Submenue box

Hey there,

I would like to have the box with the submenu a little down or even under the main menu.
And how can I make the font-size a little bigger.
I could try to code it by myself but I don´t know what font-size is default? Or do you use px?

Alexandra

I use theme X.

Hi Alexandra,

Thanks for writing in! Could you please try adding the following CSS rule into your Theme Options > Global CSS area and change the values according to your requirement.

.x-navbar .desktop .x-nav > li ul {
    top: 100px;
}

If not, please provide us with the URL to your site to check this issue.

Thanks!

Perfect!
Thank you so much!

1 Like