I would like to reduce the Left Side space of the 4 unit container so that there is less space between the Vertical line next to the LHS menu, and the first content block.
Thanks
Hi Denis!
Please refer to Ismael’s post here – https://kriesi.at/support/topic/change-size-of-sidebar-in-functions-php/#post-289302
Regards,
Yigit
Thanks, Yes I had done that.What I was trying to do is reduce the white space before the first content block in the main content container.
Not sure if his is the best way but it seemed to work.
/* Adjust white space before first content block and on far RHS*/
.sidebar_left .content{
margin-right:-20px;
padding-left:20px;
}
.content .entry-content-wrapper{
padding-right:10px;
}