Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #290348

    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

    #290428

    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

    #290670

    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;
    }

    #290907

    Hey!

    Thank you for your update.

    If it works, it is fine and a good solution.

    Glad if we could help you.

    Cheers!
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Reduce margin space in for unitt container’ is closed to new replies.