Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #791020

    Hi,
    for some reason, the last menu item (the phone number) is shown weird on mobile.
    I have enquired about this before but we couldn’t solve it.
    Do you know what it could be?

    also: how can I make the menu item not appear on mobile?

    thank you

    #791038

    Hey Rio1,

    When on mobile, it behaves as a menu item. It will not use the button style that you have right now.
    Since your mobile menu activates for screens at 990px width, let’s hide that menu item for screens smaller than that. Please use this in Quick CSS:

    @media only screen and (max-device-width: 989px)  {
      #menu-item-1036 { display: none !important; }
    }

    Please let us know if you need further help.

    Best regards,
    Sarah

    #791078

    great,

    it worked.
    thank you :-)

    #791083

    Great! We’re happy to help.

    Let us know here in the forums if you need help with anything else.

    Thank you for using Enfold!
    Sarah

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘make menu item only available on desktop’ is closed to new replies.