Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1269338
    riwaro
    Participant

    Hello,

    I edit a new page. The mobile view I build in cornerstone. How can I hide the white area. See photo

    Greetings Thomas

    #1269340
    riwaro
    Participant
    #1269358
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    @media (max-width: 979px) {
         .masthead {
             display:none;
         }
    }
    

    Hope that helps.

    #1269782
    riwaro
    Participant

    super! thank you very much…

    Thomas

    #1269816
    Jade
    Moderator

    You’re most welcome, Thomas.

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