Menu button on mobile off
-
The mobile toggle on my website is displaced on a cellphone browser, but appears normal in the wordpress mobile preview. How can I fix this so that the logo and menu toggle are parallel to each other as they are supposed to be?
The blog I need help with is: (visible only to logged in users)
-
Hi,
thank you for using our theme.
You can add this to the Custom CSS:
#site-navigation button { margin-top: 15px; }
to adapt the button more to your logo size.
All the best,
Ana -
Still seems to be an issue. I’ve also tried uploading smaller logos, but that hasn’t solved the problem either. Anything else we can try? I’ve included photo examples below if it’s helpful.
original logo used, menu off: https://imgur.com/a/VDOBPqG
smaller logo used, with code, menu still off: https://imgur.com/a/3gwPc1G
-
Got it working using an adjustment of the code you shared. Thank you!!
For anyone having the same problem see the code used below.
#site-navigation button {
margin-top: -60px;
} -
- The topic ‘Menu button on mobile off’ is closed to new replies.