Hi All,
Site link: www.stinnerframeworks.com
In the navigation drop down, I want to get links (Road, All Road, Gravel, Mountain) all on the same row. Right now I can only get three across before it pushes the 4th link down.
At one point, we had someone helping us that changed this, but I can’t find where to adjust it.
I know its a spacing issue, but I can’t for the life of me figure out how to change it in the CSS.
Does anyone have any recommendations on what I should be changing to adjust the spacing?
Thanks.
1 Like
What does your navigation look like? Could you share an image?
Hi @aaronstinner
Do you mean like this? If it is try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.text-center .megamenu .grid .grid__item {
display: inline-flex;
gap: 40px;
}
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Road, All Road, Gravel and Mountain are the main links under Bike, but Mountain is being pushed to a second row.
I mean in the backend, from the admin panel.
I reckon “Coming Soon” is a child, and has to be on the second line.
correct. Sorry, thats confusing. I’m trying to use it as a placeholder since “All Road” is not ready for launch
This definitely needs some changing in Liquid code, because whatever CSS I write to fix this, it won’t carry forward when you make changes to the navigation or header.