Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #756939

    The menu items are overlapping each other in Safari only.
    The problem first reported only on ipad landscape, so I used css to show the mobile menu on ipad landscape:

    @media only screen and (max-width: 1024px) {
    #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
    nav.main_menu { display: none; }}
    #wrap_all {
    position: relative !important;
    }

    Now I found out that the problem is safari, for sure 10.0.3 but with crossbrowser testing it shows fine with safari 9.
    People wit mac will see the website as in the screenshot:

    Menu in Safari 10.0.3

    #757547

    Hey dutchweed,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #757605

    Here it is:
    Eindhoven box cup

    #758134

    Is there any kind of idea why it shows like that already?
    Also another problem appeared after updating, there is a thin white line in my layerslider on the first page…
    While you look at the website, could you figure out how I can get rid of that?
    Thank you :)

    #758199

    Hi,

    Thanks for the link. I’m not sure why that is happening though, it looks like you have made some customisations to the theme? You might want to remove each custom block of code to see which one is causing the issue.

    Best regards,
    Rikard

    #758352

    I am using the child theme, no customisations, only a few plugins that I already disabled and tested before.
    A little extra css only, I will give you a login, maybe you can check what’s wrong?

    #759235

    Hello, could somebody please help me with this?
    I feel a little bit forgotten here… :(

    I also forgot to mention that I have in the css this:
    (maybe it has something to do with it?)

    @font-face {
        font-family: 'franchiseregular';
        src: url('franchise-bold-webfont.eot');
        src: url('franchise-bold-webfont.eot?#iefix') format('embedded-opentype'),
             url('franchise-bold-webfont.woff2') format('woff2'),
             url('franchise-bold-webfont.woff') format('woff'),
             url('franchise-bold-webfont.ttf') format('truetype'),
             url('franchise-bold-webfont.svg#franchiseregular') format('svg');
        font-weight: normal;
        font-style: normal;}
    	#avia-menu > li > a, #avia-menu > li > a > span.avia-menu-text { font-family: 'franchiseregular' !important; }
    • This reply was modified 7 years, 10 months ago by dutchweed. Reason: forgot something
    #760661

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #avia-menu > li > a, #avia-menu > li > a > span.avia-menu-text { min-width: 90px; }
    

    Best regards,
    Yigit

    #760687

    Yes that’s it!
    Thank you, I have no idea why this happened but finally fixed.
    The thin white line in the layer slider is only on my computer (appeared after the update), not sure if other people see it so you can close this thread.

    Thanks again!

    #761167

    Hi,

    Glad we could help and sorry for the problems. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Menu padding mess in Safari’ is closed to new replies.