Home Forums WoodMart support forum How to align sidebar (product filter) with product grid on category page? Reply To: How to align sidebar (product filter) with product grid on category page?

#211914

Hello,

I saw the screenshot you attached. Sorry but there is no such option. If we try using CSS then the sidebar of the shop page and other categories pages will move down as well.

If you still want the CSS then you can try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS at your own risk.

.sidebar-container {
margin-top: 37%;
}
.term-description {
margin-left: -35%;
}

Best Regards.