Tagged: x
-
AuthorPosts
-
May 18, 2016 at 5:51 pm #998275
shakshukaParticipantHello
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!May 18, 2016 at 5:51 pm #998276
shakshukaParticipantThis reply has been marked as private.May 18, 2016 at 10:56 pm #998749
FriechModeratorHi 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!
May 19, 2016 at 4:45 am #999108
shakshukaParticipantThank 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…May 19, 2016 at 5:27 am #999152
Paul RModeratorHi,
Please note that you can add a number manually on those field.
http://screencast.com/t/dF9HJ16G9fZx
Thanks
May 19, 2016 at 5:30 pm #1000360
shakshukaParticipantThanks. 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%;
}May 19, 2016 at 10:05 pm #1000792
LelyModeratorHello 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-998275 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
