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
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
great,
it worked.
thank you :-)
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