Beyrun
November 27, 2024, 6:38pm
1
Hi there, hope you’re all doing well.
I have been working on this store of mine for a very long time now and finally came to the point of marketing. However there’s something I want to add to my store.
I want to add few more to this navigation menu. How do I go about expanding it?
url: www.beyrun.co.uk
Current navigation Menu:
HOME - SHOP - ABOUT US - CONTACT US - GIFT CARD - BLOGS
I want to add more to this list. I know I can add more, but I just want to utilise the blank spaces on both sides.
When I add more, it forms a new line. I want all to be under the name line.
Is there a way to expand the width so I can fit more?
See attachment below: -
Thank you in advance
Hi @Beyrun
Just follow the steps Below:
Go to online store → theme
select three dots and select code edit
Search for the file theme.css and base.css
past that code at the end
header {
max-width: 85% !important;
grid-template-columns: 1fr auto 1fr !important;
}
I hope this solution worked for you!
If yes Just like this Reply and Mark it as a Solution and to keep me motivated BUY ME A Coffee
Beyrun
November 27, 2024, 9:22pm
3
As you can see in the picture. I want to reduce the spaces that I circled in blue
Thank you for your message. Did add the code, but the navigation is in 2 lines.
can you share the Screen shot where you added that code