Tagged: css, Drop down menu, main menu, mobile viewing
- This topic has 5 replies, 2 voices, and was last updated 4 years, 10 months ago by Skandha.
-
AuthorPosts
-
February 2, 2020 at 2:42 pm #234876Kdawg7934Participant
Does anyone know how to Moving the main drop down menu over to the left to be better seen and accessed on mobile device viewing?
I tired to look in the CSS but couldn’t figure out the right line and coding to use to move it.
Any help you be greatly appreciated.
February 2, 2020 at 10:46 pm #234891SkandhaParticipant@kdawg7934: Hello there,
Can you please post in your site URL so that I can look into the issue?Kind Regards,
SkandhaFebruary 3, 2020 at 10:02 pm #234973Kdawg7934ParticipantFebruary 4, 2020 at 1:52 am #235012SkandhaParticipant@kdawg7934: Hello there,
The menu on mobile screen seems to be dropping below the Header due to the following Additional CSS code you have added.@media screen and (max-width:1500px){ li.menu-item a{font-size:17px !important; text-rendering: optimizeLegibility; margin-bottom:0px} p.site-title{font-size:18px !important;line-height:18px;} .custom-logo { display: block; margin: -10px auto; max-width: 110px !important;} #primary-menu-wrapper.menu-wrapper{position:absolute; top:140px;} } @media screen and (max-width:1300px){ li.menu-item a{font-size:15px !important; text-rendering: optimizeLegibility; margin-bottom:-6px} p.site-title{font-size:19px;line-height:19px;} #primary-menu-wrapper.menu-wrapper{position:absolute; top:130px;} }
If you remove the above CSS Code the menu should show up fine in mobile devices.
Let me know if this helps you out.
Kind Regards,
SkandhaFebruary 4, 2020 at 1:56 pm #235076Kdawg7934Participantit worked, the background photo disappears but I can live with that. Thank you so much!!!
February 4, 2020 at 11:07 pm #235121SkandhaParticipant@kdawg7934: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/catch-vogue/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
Skandha -
AuthorPosts
- The topic ‘drop down menu for mobile viewing’ is closed to new replies.