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

    Hi guys,
    I have a problem because the menu is too big and falls on the logo. This situation occurs on tablets and half of the computer screen. I can send screensoots if you want.

    #472978

    Hey SzymonDomagala!

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

    Regards,
    Yigit

    #472982

    Okay thanks fo advice but now thre is one more question. Is there any posibility to change mobile menu look? Maybe some centered or sth bc now it looks really bad :/

    http://s12.postimg.org/mq0xhjc8d/menu.png

    #472987

    Hi!

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

    #mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title {
    text-align: center; 
    }

    Best regards,
    Yigit

    #472992

    I found one more problem :/ men on iPad horizontally is overlapping on logo. can we maybe make smaller dimensions bettwen the menu postions on smaller ressolutions? http://s1.postimg.org/3lwa7x6an/IMG_0001.png

    #472997

    Hi!

    Please flush browser cache on your ipad and refresh your page a few times. If that does not help, please add following code to Quick CSS as well

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

    Regards,
    Yigit

    #473000

    Oh thank you very much! i used that code and switched to 6px and it’s now looking very good :)

    #473007

    Hi!

    You are welcome, we are always happy to 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 :)

    Regards,
    Yigit

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