Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #330363

    My menu is overlapping onto a second on the Ipad (as well as one of my headings), I have selected ‘Activate for smartphones in tablets’ in the header activation menu option. Please can you advise how I can adjust to fit correctly.
    Thanks

    #330660

    Hi Belinda!

    Thank you for using Enfold.

    Please use this to adjust the size of the main menu on iPad or tablet view:

    @media only screen and (max-width: 989px) {
    #top .av-main-nav > li > a {
    font-size: 14px;
    }
    }

    Best regards,
    Ismael

    #330679

    Thanks Ismael,

    I copied that into the Quick CSS in the General Styling but has not seemed to work, should I have pasted it somewhere else?

    Many thanks
    Regards Belinda

    #331060

    Hi!

    Please try adding following code to Quick CSS as well

    @media only screen and (max-width: 1140px) {
    #top .av-main-nav > li > a {
    font-size: 0 6px;
    }
    }

    I cannot reproduce the issue by resizing my browser window. Please make sure to flush browser cache of your mobile device after applying the code

    Regards,
    Yigit

    #332971

    Hi Yigit
    Thank for your reply.
    I inserted the above code into the Quick CSS and flushed the browser cache and it has not worked.
    Is there something else you can recommend?
    Many thanks
    Regards Belinda

    #333382

    Hey!

    Can you post the screenshot of the issue please?

    Regards,
    Yigit

    #334111

    Hi Yigit
    I have taken two photos, one in portrait and one in landscape, but not sure how to post them on the forum, am I able to email them to you?
    Regards Belinda

    #334874

    Hey!

    You can upload them on imgur.com or Dropbox public folder and post the links here

    Regards,
    Yigit

    #335774

    Hi Yigit,

    Hope I got it right here is the link; http://imgur.com/a/wI3fm

    Regards Belinda

    #335775

    The top picture is when the ipad is held ‘landscape’ (wider screen view) and the second picture is when you turn the ipad to ‘portrait’ (longer screen view)

    #338926

    Hi!

    Thank you for the screenshot.

    Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Add this on Quick CSS:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_slide_out .logo img {
    margin: 0;
    width: 341px !important;
    height: 88px !important;
    }
    }

    Cheers!
    Ismael

    #341113

    Hi Ismael,

    I have updated the latest version and inserted the text into the Quick CSS; with the following results;

    On the desktop there is a large navy gap now below my menu tags which was not there before and the yellow line which appears beneath each tab is not functioning correctly.
    On the ipad when horizontal the page is sitting to the right cutting off text on the right hand side and also has a large navy gap now below my menu tags which was not there before and the yellow line which appears beneath each tab is not functioning correctly. . The menu tabs are all sitting in one line which is resolving our original query, however not central to the page.
    On the ipad when vertical it is also sitting to the right cutting off text and the menu on the right hand side.

    If you could please review and advise.

    Many thanks
    Regards Belinda

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Mobile menu on ipad’ is closed to new replies.