Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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:

    Mobile View Before - Full Width Sub Menu

    and now I noticed it only shows the last two Menu Items, like this:

    Mobile View Now - Full Width Sub Menu

    How do I make it go back and wrap the menu items like it did before?

    Thank you so much,

    Havi

    • This topic was modified 7 months, 3 weeks ago by havi.
    • This topic was modified 7 months, 3 weeks ago by havi.
    • This topic was modified 7 months, 3 weeks ago by havi.
    • This topic was modified 7 months, 3 weeks ago by havi. Reason: sorry for the fixing of uploaded images
    #1427014

    Hey 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,
    Mike

    #1427016

    Ahhh! 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?

    #1427018

    Hi,
    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,
    Mike

    #1427019

    It 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

    #1427026

    Hi,

    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,
    Rikard

    #1427083

    Hi Rikard!!

    Please, feel free to close it. :) It worked perfectly!!

    Thank you!!

    Havi

    #1427088

    Hi havi,

    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Help with Full Width Sub Menu’ is closed to new replies.