Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #243780

    Hi, I would like to make the empty space on either side of the sidebar smaller. How can I do that?

    Thanks.

    #243903

    Hi bakbek!

    Please add following code to Quick CSS

    .inner_sidebar {
    margin-left: 20px;
    margin-right: 20px;
    }

    Cheers!
    Yigit

    #244029

    Doesn’t look like it does anything… emptied cache and checked on a new browser but it looks the same as before.

    #244202

    Hi!

    Thank for you using the theme! I tried Yigit’s suggestion and it works on my end. Do you mind posting the link of the website here? We would be happy to give you the proper css solution once we get the link to the website. Are you using a left sidebar?

    .inner_sidebar {
    margin-left: 20px !important;
    }

    Cheers!
    Ismael

    #244306
    This reply has been marked as private.
    #245403

    Hey!

    Can you try adding the code to Custom.css file inside Enfold/Css folder? The code I and Ismael provided should work but it is not being applied. If you are using minifying plugin, please try deactivating it and check if that helps

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.