Home Forums WoodMart support forum Side Bar position Reply To: Side Bar position

#209106

Hello,

I have logged into your website and there is no such option to make the sidebar right center. Therefore you can try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

.sidebar-container {
margin-top: 230px;
}

That will move the content that is hiding below the header.

You can adjust the value according to your needs.

Best Regards.