is there a way to create a space between each menu name as I feel like they are close to each other
website - https://the-style-luxe.myshopify.com/
password - reucho
thanks in advance!!
is there a way to create a space between each menu name as I feel like they are close to each other
website - https://the-style-luxe.myshopify.com/
password - reucho
thanks in advance!!
Hello,
Please look at the below image. check and confirm this space is sufficient.
if you satisfy for this space then please add the below code above in theme.liquid
online store >> edit code >> theme.liquid
nav.header__inline-menu ul.list-menu.list-menu--inline li { padding: 0 15px; }Thankyou for reaching us. ![]()
if facing any issue in this code the please let me know.
hi, this worked great but it seems to be not so responsive once resized , check the image below;
thank you so much btw!
Please add one more code at the same location in theme.liquid for responsive menu.
@media screen and (min-width: 767px) and (min-width: 1100px) { .header__heading-logo { max-width: 220px; } ul.list-menu.list-menu--inline>li>a>span{ font-size:14px; } nav.header__inline-menu ul.list-menu.list-menu--inline li { padding: 0 5px; } summary.list-menu__item { font-size: 14px; } }hi, i tried this code but now the menu is small in size
Hello @hasanali1 ,
It’s GemPages support team and glad to support you today.
I would like to give you a recommendation to support you so kindly follow steps below:
Open your theme.liquid theme file
Paste the below code before
Let us know how it works for you.
Best regards,
GemPages Support Team