Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1191105
    Alex
    Participant

    Hello,

    For some reason, I noticed that my content width, when visiting the site on mobile, varies depending on a page it is or a post.

    My site is PlayingWriter.com.

    Here’s the screenshot of the page:

    http://take.ms/7MPhu

    And here’s the screenshot of the post:

    http://take.ms/C2w2L

    So you can see the difference. Why is that so? The page was built with Cornerstone and the post with the standard WP editor.

    How can I fix this to make the page’s width the same as the post’s?

    Thanks.


    Alex

    #1191131
    Thai
    Moderator

    Hi Alex,

    Please add the following CSS:

    @media (max-width: 979px){
        .page .x-section > .x-container {
            width: 100%;
        }
    }

    Hope it helps 🙂

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