Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #998275
    shakshuka
    Participant

    Hello
    I would like to reduce the white space between blog post columns. Basically the white to the left and right of every blog post. In the homepage as well as in the category archives.
    I’m using Renew Stack.
    Could you help me with the code required?
    Thank you!

    #998276
    shakshuka
    Participant
    This reply has been marked as private.
    #998749
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Please navigate to Appearance > Customize, then under the Layout and Design tab increase the Site Max Width option.

    Hope it helps, Cheers!

    #999108
    shakshuka
    Participant

    Thank you.
    It didn’t really help. I have the “site width” as 90% and “content width” as 74% (both at the maximum). I tried playing with the “Site Max Width (px)”, but there is always a lot of white space, specially between the content and the sidebar…

    #999152
    Paul R
    Moderator

    Hi,

    Please note that you can add a number manually on those field.

    http://screencast.com/t/dF9HJ16G9fZx

    Thanks

    #1000360
    shakshuka
    Participant

    Thanks. That didn’t help enough. But I pieced the code together from other posts:

    .x-iso-container-posts>.hentry .entry-wrap {
    border: none;
    padding-left: 0;
    padding-right: 0;
    }
    @media (min-width: 970px) {
    .x-main.left, x-main.right {
    width: 74.79803% !important;
    }
    }
    .x-container-fluid.width {
    width: 96%;
    }

    #1000792
    Lely
    Moderator

    Hello There,

    Thank you for updating us. You can also use the following code instead:

    .blog .x-iso-container>.hentry {
        padding: 1em 0;
    }
    .blog .x-iso-container-posts>.hentry .entry-wrap {
    border: none;
    padding-left: 0;
    padding-right: 0;
    }

    Your code above will work but it will change other page settings too.

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-998275 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>