Tagged: x
-
AuthorPosts
-
September 8, 2016 at 8:14 pm #1167330
rslogueParticipantWhat is the best way to customize the blog pages/posts so that they are a single column in the center of the page? Basically providing ample white space on either side even though the global site setting is for full width.
September 9, 2016 at 1:48 am #1167609
FriechModeratorHi There,
Thanks for writing in! You can reduce the width of your site. That is on Customizer > Layout and Design > Site Width.
If this does not work, please provide us the site URL.
Cheers!
September 9, 2016 at 4:21 am #1167759
rslogueParticipantThis reply has been marked as private.September 9, 2016 at 6:00 am #1167837
DarshanaModeratorHi there,
Can you please try adding the following CSS rules and see if that what you require? You can add this under Custom > CSS in the Customizer.
.blog .site { max-width: 1000px; } .single-post .site { max-width: 1000px; }Hope that helps.
September 9, 2016 at 6:19 am #1167855
rslogueParticipantThis reply has been marked as private.September 9, 2016 at 6:21 am #1167856
rslogueParticipantThis reply has been marked as private.September 9, 2016 at 8:48 am #1167974
Paul RModeratorHi,
You can try this code instead.
.blog .x-main.full { max-width: 1000px; margin:0 auto; } .single-post .x-main.full { max-width: 1000px; margin:0 auto; }Hope that helps.
September 9, 2016 at 9:03 am #1167994
rslogueParticipantThis reply has been marked as private.September 9, 2016 at 11:32 am #1168216
RahulModeratorGlad it worked for you.
Let us know if we can help with anything else.
Thank You.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1167330 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
