Site logo

Archived topic

Secondary menu height Elementor

1 reply · Started by Andrei on August 26, 2020

Viewing posts 1–2 of 2

Hello,

After designing the header in Elementor, my secondary menu (social icons) became way too big compared to the main menu: https://www.backtonature.ro/back-to-nature/ . It already is at minimum height.

Is there any way of making it smaller?

Thanks!

Hi there,

thats not related to the Theme - i would assume there is a setting in elementor to remove the bottom margin.

If you cannot find the settings try this CSS:

.elementor-widget-nav-menu {
    margin-bottom: 0 !important;
} 
This archived topic is closed to new replies.