Re: Brooklynn Navigation Menu - move navigation menu

In the shopify theme store it shows the navigation menu across the header, but when i downloaded it, its now in a side bar?

how do i change that to go be like how the theme store portrays the navigation to across the header?

@LaserDadJay

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Delavegalegacy.ca

@LaserDadJay

can you please try first 1-2 menu item and change font size

Ok that seems to work when I remove some items and change the font to one that is not bold, however I do not have an option to change the accent font size.
I assume it is fixed and probably have to edit the code somewhere, but would need assistance where to look.

Would i have to add this to the setting_data.json? (or smaller px?)

“type_accent_size”: “14px”,

@LaserDadJay

your have just add menu item 1-2 and let me know i will give font size code

I was able to fit 3 menu items and it works for now

@LaserDadJay

yes please add this code also add more 1-2 item also

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.wrapper {
max-width: 1250px;
}
.site-nav__link {font-size: 12px;padding: 10px;}