Decrease the spacing between sub-header menu list

Hello, good morning!

How can I decrease the spacing between sub-header menu list? For your reference, please see the picture

website: dronehub.ph

password: iatsau

Please assist.

Thank you!

@Mabinibooks – please add this css to the very end of your base.css file and check, adjust number .4 as per the need
Shopify Admin → Online Store ->Theme → Edit code → base.css

.header__submenu .header__menu-item {padding: .4rem 2rem;}
1 Like

Hello @Mabinibooks
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

.header__submenu .header__menu-item {
padding: 0.5rem 2rem !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

1 Like

Thank you, it worked. Have a great week

Thank you!

Happy to help you…!!!

1 Like