Home › Forums › WoodMart support forum › Side Bar position › Reply To: Side Bar position
July 7, 2020 at 6:22 am
#209106
Aizaz Imtiaz Awan
Keymaster
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.