how to offset sidebar from left side of page
b-grinner
Registered Users Posts: 457 Major grins
Hi I am using the Arrow theme.
The side bar that contains my menu is left justified so there is no space between left side of screen and the sidebar.
I have seen other sites where there is an offset. I have tried to get it to work in the margin controls for the menu but not having any luck.
Can you help me out with this?
...B
The side bar that contains my menu is left justified so there is no space between left side of screen and the sidebar.
I have seen other sites where there is an offset. I have tried to get it to work in the margin controls for the menu but not having any luck.
Can you help me out with this?
...B
0
Comments
You can add a CSS Block to your entire site and add the following:
.sm-user-ui .sm-page-layout-region-left {
left: 30px !important;
}
-Scott