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

    Hi Guys,

    How can I remove/shrink the white space from the left and right of each widget in the sidebar?

    I want the widgets to fill out the sidebar more, with less white padding at either side.

    Thanks in advance.

    #298224

    Hi Gekko101!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .inner_sidebar {
    margin-left: 20px;
    }

    Regards,
    Yigit

    #298241

    Thanks for your help, thats works

    Yigit, using your css tips from another post I managed to increase the blog post thumbnail as required.

    However, how do I reduce the white space between the actual post when using an except.

    See screenshot here – https://dl.dropboxusercontent.com/u/13202921/reduce-white-space.jpg

    #298243

    Hi!

    Please try adding following code to Quick CSS as well

    .template-blog .post_delimiter { margin: 0; }

    If that does not work, please post the link to your website

    Regards,
    Yigit

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