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
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
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!
It works really nice but it affects my hover menu who doesnât work anymore.
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.
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!
Iâve got my dropdown at 40px and even when I add your code in the css it doesnât work.
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.