Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi Team,
on my site i have created a submenu which I want to change (appearance, height, font size).
 I could not find the code but I hope you could help me with this.
When I hover over the first menu “unternehmen” you could see what I mean.
 E.g. the space below the first menu item it too much and the space between the submenu item also..
 The font should be bit smaller..
Thanks a lot for you support, you are doing great.
Best regards
 D.
Hi Davor
You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
.main-navigation { top: 40px; } .main-navigation ul ul li a { font-size: 17px; }Then alter this entry
.main-navigation ul li a { border-right: 1px solid #000; padding: 30px 40px; margin: 60px 1px; }so that it reads like this
.main-navigation ul li a { border-right: 1px solid #000; padding: 30px 40px; margin: 10px 1px; }Let us know how you get on
Magus