Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #882322

    Good afternoon,

    first thank you for developing such a great theme!

    I mostly find answers to my questions looking at what you guys give as answers to other users… but this time I couldn’t find any useful quick CSS that resolves my problem, which is:

    on the mobile version of my website, if have both the menu as TEXT and ICON that is displayed… when I try to hide one, it disappears to both text and icon menu. So menu is either displayed twice or isn’t displyed at all !

    I tried these solutions but withoud success

    @media only screen and (max-width: 990px) {
    .only-desktop { display: none !important; }}

    OR

    @media only screen and (max-width: 989px) {.menu-item- *number* { display: none !important; }}

    and many of other CSS provided in the support area but nothing really helped.

    Could you check the mobile version and maybe help me resolve that strange issue?

    Thanks a lot
    best regards

    #882323

    Sorry, made a mistake writing the website url: See the correct one in the next private message

    #883328

    Hi,

    Please try flushing cache and if that does not help, please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .av-main-nav li {
        display: none;
    }}

    Best regards,
    Yigit

    #883384

    Hi Yigit,

    works perfectly ! Thank you so much for your help !

    Best regards,
    Julien

    #883385

    Hi,

    You are welcome! :)

    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 start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Menu items for mobile isn't displayed correctly’ is closed to new replies.