Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1159266
    goalsarecool
    Participant

    How can I make my post width (only) 700. Currently they are 991 and it’s way too wide.

    #1159346
    Friech
    Moderator

    Hi 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!

    #1159368
    goalsarecool
    Participant

    doesn’t that adjust the width for pages as well? I just want the posts to be 700 width.

    #1159393
    Friech
    Moderator

    Hi 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!

    #1159399
    goalsarecool
    Participant

    this http://goalsarecool.staging.wpengine.com/posts/ and when you click on the different posts

    #1159419
    Friech
    Moderator

    Ok 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-post and just the .masthead + .x-container.max as your selector. But just to be safe and more specific I’ve added the .blog & .single-post.

    Cheers!

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