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

    Hi Enfold

    I’ve noticed on tablets such as ipad air that the quick mobile menu doesn’t show. Instead it shows the full normal navigation menu and in a lot of cases there isn’t enough room to do this on an ipad. So they overlap with the logo

    I think that the quick button that appears on a mobile device should also be the standard for tablets. How can I bets modify the css to allow this?

    #309781

    Hey codecreative!

    Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.

    Best regards,
    Yigit

    #309796

    Great thank you again for your help Yigit

    I don’t know how others feel but personally I think it would be good if the default selection could be 990x.

    Is there a way via my child theme I can change the default?

    #309799

    This menu actually fails to activate on an ipad Air in landscape mode :S

    #309804

    This image illustrates the issue
    http://www.metaltoad.com/sites/default/files/Responsive-Widths_0.png

    We would benefit from having additional options for 1024 pixels and maybe 1280

    #309809

    Hey!

    Can you post the link to your website please?

    Best regards,
    Yigit

    #309810

    http://www.jasminesboutique.co.uk

    You can see with an ipad air on landscape the home over laps the logo a little. Is there a css tweak to adjust it from 990 to 1024?

    If on a normal browser you start scalling down the screen you can see the slight over lap

    #309814

    Hey!

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

    @media only screen and (max-width: 1140px) {
    .av-main-nav > li > a { padding: 0 7px; }}

    Cheers!
    Yigit

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