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

    on ipad 1024px, my website main menu is distorted. the last menu tab, contact is pushed into the second line overlapping with the slider.

    Please help.

    #354397

    Hi kailibuy!

    Try adding this to your custom CSS.

    @media only screen and (max-width: 1300px) {
    #header_main_alternate {
        display: none !important;
    }
    #advanced_menu_toggle {
        display: block !important;
    }
    }

    Regards,
    Elliott

    #354424

    do you mean in the enfold > general styling area?

    #355063

    Hi!

    Yes, please add following code to Quick CSS as well

    @media only screen and (max-width: 1100px) {
    .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
    padding-top: 119px; }}

    Regards,
    Yigit

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