How can I relocate the navigation menu in the optimal theme?

I want to move the navigation menu right under column. How can i change this? I’m using the optimal theme

Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.

https://admin.shopify.com/store/8cd13b-2/themes/155010629975/editor?context=theme&category=gid%3A%2F%2Fshopify%2FOnlineStoreThemeSettingsCategory%2FFonts%2Band%2BColors%3Ftheme_id%3D155010629975%26first_setting_id%3Dfonts

Not sure if you need this one, totally new and not technical at all. Pw: Kyano2023!

Hi @Erwin91

Would you mind to share your store URL website? Not the admin store. Thanks!

Sorry! that would be krabpaalwereld.nl. only thing is i cant get it online for some reason. Like i said, totally new in this webshop design stuff. As far as i can see it should be online though

It a password protected. 2 things you can do, Share the password of the url if its unpublish yet,.

This is where you can find the password, just click the button.

And for sharing the preview.

In the theme click 3 dots > preivew >

when it opens then find the button preview at the buttom.

Made4uoRibe_2-1699540788915.png

then copy and paste. Thanks!

anawnu is the PW.

Preview: https://krabpaalwereld.nl/nl?_ab=0&_fd=0&_sc=1

Think this is it?

Yes it is, Thanks! Sorry to ask again I just like to clarify. Which column you like to move the nav.menu?

I would like to move the main navigation menu right under the the upper information bar, thanks!

yes please!

Hi @Erwin91

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:
#main_nav_wr .tc {
    text-align: right !important;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!