Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #314485

    Hey guys, to avoid the main navigation from wrapping on 2 lines on the Ipad (both orientations)…
    can i have the mobile menu resolving on tablets? As opposed to line-wrapping…?

    #314830

    Hey Justin!

    Yes, you can change that in Enfold > Header Layout > Mobile Menu > Header Mobile Menu activation

    Cheers!
    Josue

    #315058
    This reply has been marked as private.
    #315135

    Hey!

    Unfortunately the only two options you have are to reduce the padding/spacing on the menu items further or to decrease the number of menu items so there is more room.

    Best regards,
    Devin

    #315208
    This reply has been marked as private.
    #315242
    This reply has been marked as private.
    #315249

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 479px) {
        .avia-layerslider  {
            display: none;
        }
    }

    Cheers! 
    Josue

    #315251
    This reply has been marked as private.
    #315290

    Hey!

    Can you post a link to that page?

    Best regards,
    Josue

    #315301
    This reply has been marked as private.
    #315335

    Hey!

    The font is too big, add this to Quick CSS:

    @media only screen and (max-width: 989px) {
        #top #wrap_all .main_color h1 {
            font-size: 22px;
            line-height: 28px;
        }   
    }

    Cheers!
    Josue

    #315357

    Thank you

    #315384

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Mobile Nav’ is closed to new replies.