Tagged: x
-
AuthorPosts
-
September 2, 2016 at 8:52 pm #1159266
goalsarecoolParticipantHow can I make my post width (only) 700. Currently they are 991 and it’s way too wide.
September 2, 2016 at 10:30 pm #1159346
FriechModeratorHi There,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.x-header-landmark + .x-container.max { max-width: 700px; }Hope it helps, Cheers!
September 2, 2016 at 10:47 pm #1159368
goalsarecoolParticipantdoesn’t that adjust the width for pages as well? I just want the posts to be 700 width.
September 2, 2016 at 11:35 pm #1159393
FriechModeratorHi There,
Yup, sorry about that. You’re referring to the single posts page right? Please update the code to this:
.single-post .masthead + .x-container.max { max-width: 700px; }Cheers!
September 2, 2016 at 11:39 pm #1159399
goalsarecoolParticipantthis http://goalsarecool.staging.wpengine.com/posts/ and when you click on the different posts
September 3, 2016 at 12:59 am #1159419
FriechModeratorOk thanks, you can update the code to this
.blog .masthead + .x-container.max, .single-post .masthead + .x-container.max { max-width: 700px; }You could remove the
.blog & .single-postand just the.masthead + .x-container.maxas your selector. But just to be safe and more specific I’ve added the.blog & .single-post.Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1159266 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
