Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1159404
    goalsarecool
    Participant

    How do i make this page only full width?

    http://goalsarecool.staging.wpengine.com/posts/

    #1159437
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! It is not fully fullwidth because you have this custom css code in your customizer,

    .blog .masthead + .x-container.max, 
    .single-post .masthead + .x-container.max {
        max-width: 700px;
    }

    I would suggest that you update it and use this instead:

    .blog .masthead + .x-container.max, .single-post .masthead + .x-container.max {
       width: 100%; 
       max-width: 90%;
    }

    Hope this helps. Please let us know how it goes.

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