Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1362564

    Hello Team,
    I have some pages with a fullwidth submenu.
    On MOBILE SCREEN, vertical position, all the items of the menu appear correctly; but not on horizontal position.
    Please can you check it on computer and mobile screens?
    I am sending you two screenshots on private, the link to the page and also password if necessary.
    MANY Thanks in advance :)
    Magdalena

    #1362608

    Hi Magdalena,

    This code in your Quick CSS causes the issue:

    @media only screen and (min-width: 768px) and (max-width: 989px) and (orientation: landscape) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 80px !important;
    }
    }

    Just remove it and that should fix the issue.

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.