Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2886868
Main menu columns
Closed

Comments

  • DeBeerMedia01 started the conversation

    Hello
    On the desktop version of my website, there is too much padding between the main menu columns level 1 (See under 'bestemmingen') and way too much space after hovering for the second level (see attachment).

    Is there anything that I can do (CSS maybe) to make this smaller?

    I am using the normal manu, not the megamenu.

    Thx!

  •  2,699
    PenciDesign replied

    Hi,

    You can try to add more this code to Customize > Custom CSS to do that:

    #navigation.header-7 ul.menu > li.megamenu > ul.sub-menu, 
    #navigation.header-8 ul.menu > li.megamenu > ul.sub-menu, 
    #navigation.header-9 ul.menu > li.megamenu > ul.sub-menu {
        max-width: 800px;
    }
    

    Change value 800 to value as you want.


    Best Regards,

    PenciDesign

  • DeBeerMedia01 replied

    Wow, thanx for the swift reply :-)