Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #386275

    Hey Guys.
    I got a problem on the “The mobile menu is usually displayed on smarthphone screensize only. If you have a lot of main menu items you might want to activate it for tablet screen size as well so it doesn’t overlap the logo on tablets or small screens”

    The 990px opportunity isn’t enough, when i lay my ipad down, on “wide mode”.
    I need too raise the 990px, how do i do this?

    Please help! Thx.

    #386276

    Hi SicaMedia!

    According to this site – http://www.downforeveryoneorjustme.com/ your website is currently down. Please make sure that you posted the correct link.

    Regards,
    Yigit

    #386293
    This reply has been marked as private.
    #386306

    Hi!

    Yes it does. I see that you have added following code to Quick CSS

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

    and that seems to solve the issue?

    Best regards,
    Yigit

    #386321

    No, the issue isn’t solved on my Ipad? It’s still the same?
    I have clear the cashe, and refreshed 10 times.

    What do i do?

    #386324

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

    That’s what i put in the quick css.

    #386326

    Hi!

    I cannot reproduce the issue on my end when i resize the browser window and when i check your page on ipadpeek.com.
    Please try changing the code to following one

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

    Regards,
    Yigit

    #386334

    I don’t understand that.

    Look when i use ipadpeek.com – http://imgur.com/ZNb0buZ

    #386358

    Hey!

    I think it is related to your ipad’s cache. Please try viewing your page in incognito mode of browser

    Cheers!
    Yigit

    #386958

    That’s not working.

    What do i do?

    Can you show me a screenshot, of yours, thats working on Ipadpeek? I don’t understand, how it can work on yours, but not on mine.
    I tried 2 Ipads + 3 computers?

    #386968

    Hey!

    This is how it looks on my end on ipadpeek – http://imgur.com/a/aNOCq

    Cheers!
    Yigit

    #386973

    Okay.
    I don’t think you understand my problem. When i look at the link you just posted, the “wide” ipad, don’t make the “Mobile-menu”
    That’s what i want? How do i do that?
    Try to push the danish flag? You can see, the menu is to close to the logo.
    How do i make the Mobile-Menu come on, with the “Wide-Ipad-Mode”?

    #387754

    Hi!

    Please add following code to Quick CSS

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

    Cheers!
    Yigit

    #387788

    That worked. Thank you mate!

    Great support!!

    #387790

    Hey!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘My menu overlaps my logo my Ipad.’ is closed to new replies.