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

    Hi,

    On one of my websites (link in private section) the mobile version display in an odd way.
    On top of the header there is a second header with logo. It displays only on mobile devices.
    What is going on?
    See: for an example.

    THX Freek

    #720333

    Hey Freek,

    Please try the following in Quick CSS under Enfold->General Styling:

    
    @media screen and (max-width: 782px) {
    .superfly-on #sfm-mob-navbar {
        display: none !important;
    }
    }

    Best regards,
    Rikard

    #720373

    Problem not solved completely. If i resize my screen i see both menu’s i use (super fly menu plugin and hamburger menu)
    I have also problems with the tablet design. On dsesktop and mobile there is a small padding on the left and right side of the screen. On the tablet there is no padding. How is this possible?

    THX Freek

    • This reply was modified 8 years ago by Freek. Reason: function not working properly
    #720812

    Hi,

    Try the following to hide the default theme menu icon:

    #advanced_menu_toggle {
      display:none !important;
    }

    Best regards,
    Rikard

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