Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1027220

    Mobile mode shows big gap between header and body. Only on the ‘services’ and ‘reach out’ pages.

    Thanks,

    Cameron

    #1027268

    Hey Cameron,
    Than you for the link to the page, Please try this code in the General Styling > Quick CSS field:

    
    @media only screen and (max-width: 767px) { 
    .main_color.container_wrap_first.container_wrap.fullsize .container:first-child {
    display: none !important;
    }
    }

    I noticed that your sub-menu was braking into two lines for mobile, if you would like it to be just one line try this css instead:

    @media only screen and (max-width: 767px) { 
    .main_color.container_wrap_first.container_wrap.fullsize .container:first-child {
    display: none !important;
    }
    #sub_menu1 .avia-menu-text {
    font-size: 10px !important;
    }
    #sub_menu1 .container.av-menu-mobile-disabled {
    width: 100% !important; 
    max-width: 100% !important; 
    }
    }

    Best regards,
    Mike

    #1027344

    It’s works! You’re a genius. Thanks.

    #1027522

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile mode shows big cap between header and body’ is closed to new replies.