Manage space between lines in menu / Debut theme

Hey,

I would like to know how can I manage the space between the lines in my menu ?

Thanks.

Link : https://relentless-clothingz.myshopify.com

Password : cohghozo

1 Like

@Ulysse1300

Add following the CSS code to your assets/theme.css bottom of the file.

.site-nav__childlist {
    width: 40% !important;
    margin: 0 auto !important;
    display: flex !important;
}

.site-nav__dropdown .site-nav__link {
    padding: 10px 15px 15px !important;
}

Thanks!

1 Like

It works really nice but it affects my hover menu who doesn’t work anymore.

@Ulysse1300

Please share a screenshot of what do you want!

Thanks!

1 Like

The menu is perfect but I lowered the menu and now I don’t have the time with my mouse to go on the menu, the hover disappear.

@Ulysse1300

Add following the CSS code to your assets/theme.css bottom of the file.

.site-nav__dropdown {top: 30px!important;}
.site-nav {margin: 15px 0 !important;}

Thanks!

1 Like

I’ve got my dropdown at 40px and even when I add your code in the css it doesn’t work.

@Ulysse1300

find following the CSS code to your assets/theme.css file.

.site-nav__dropdown {top: 40px!important;}

replace to

.site-nav__dropdown {top: 30px!important;}

Thanks!

30px doesn’t work, it only worked with 25px but it looks too close.