Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1111112
    lancesalyers
    Participant

    I’ve successfully reduced the top padding on the entry container for my site, but when I test it in mobile, this happens:

    mobile screenshot

    How can I close that gap on mobile screens?

    Thanks in advance.

    #1111399
    Rue Nel
    Moderator

    Hello There,

    Thank you for writing in and the very detailed post information. That issue occurred because you have a custom css code;

    body header.masthead.masthead-inline {
        padding-bottom:100px;
    }

    Please do update it and make use of this code instead:

    @media(min-width: 980px){
      body header.masthead.masthead-inline {
        padding-bottom:100px;
      }
    }

    Please let us know if this works out for you.

    #1111411
    lancesalyers
    Participant

    Perfect! Thanks Rue Nel!

    #1111534
    Rue Nel
    Moderator

    You’re welcome! We’re happy to help you out.
    If you need anything else we can help you with, don’t hesitate to open another thread.

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