Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #379439

    How can we set the mobile menu to show when viewing the site on iPad – both landscape and portrait ?

    Thanks

    #379467
    This reply has been marked as private.
    #379481

    We have set it portrait to mobile menu – via the theme settings. However we need this to happen on landscape too.

    Please advise

    #379486

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1165px) and (min-width: 990px) {
    .av-main-nav > li > a { padding: 0 7px; }
    .logo * { max-width: 80%; top: 8px; }}

    Cheers!
    Yigit

    #379492

    HI,

    Can we make the text smaller and potentially remove spacing between menu items – landscape view?

    #379495

    Hey!

    Have you tried the code i posted here – https://kriesi.at/support/topic/ipad-mobile-menu/#post-379486
    It should make the spacing between menu items smaller and reduce the logo size between 1165px and 990px screensizes

    Regards,
    Yigit

    #379498

    I tried it, there was an improvement… But still we are seeing some overlapping

    #380292

    Hey!

    Following code is not being applied

    .av-main-nav > li > a { padding: 0 7px; }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Regards,
    Yigit

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