Tagged: full width sub menu, mobile, Not Wrapping
-
AuthorPosts
-
December 2, 2023 at 10:19 pm #1427003
Hi guys,
It’s been a long time. Hope you are doing well.
Need some help with the formatting of the Full Width Sub Menu item ALB. Classic Editor.
It used to wrap all of the Menu Items on Mobile View like this:
and now I noticed it only shows the last two Menu Items, like this:
How do I make it go back and wrap the menu items like it did before?
Thank you so much,
Havi
December 2, 2023 at 11:35 pm #1427014Hey havi,
Thank you for the link to your site, I see that you have this custom css:@media only screen and (max-width: 767px){ .responsive #top #main { padding-top: 120px !important; } }
but 120px is too small, try 170px like this:
@media only screen and (max-width: 767px){ .responsive #top #main { padding-top: 170px !important; } }
Best regards,
MikeDecember 2, 2023 at 11:59 pm #1427016Ahhh! I see… but there’s a problem as that one is used so the Blog Post titles do not get covered by the header. How to I adjust this on the Full Width submenu only (I don’t have that many) without affecting the blog posts?
December 3, 2023 at 12:13 am #1427018Hi,
Thanks for the feedback, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { #sub_menu1 { margin-top: 75px; } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeDecember 3, 2023 at 12:27 am #1427019It worked like a charm, Mike!! Thank you so much!!
Sometimes too many adjustments made over the years, that one forgets. ;)
You are the best!!
Warmly,
Havi
December 3, 2023 at 11:16 am #1427026Hi,
Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardDecember 3, 2023 at 11:51 pm #1427083Hi Rikard!!
Please, feel free to close it. :) It worked perfectly!!
Thank you!!
Havi
December 4, 2023 at 3:15 am #1427088Hi havi,
Thanks for using Enfold and have a great day!
Best regards,
Nikko -
AuthorPosts
- The topic ‘Help with Full Width Sub Menu’ is closed to new replies.