Is there a way to move our menu navigation under our logo text in the centre? Can’t do it in theme settings
url is www.thehomeinterior.com.au
Is there a way to move our menu navigation under our logo text in the centre? Can’t do it in theme settings
url is www.thehomeinterior.com.au
Please go to
I can only achieve this kind of layout based on the current HTML structure. To achieve same layout, I will need Shopify access to edit the code.
If my solution works, then please like and accept it as a solution.
Hello @hannahjro1
This is Amelia at PageFly - Shopify Advanced Page Builder app.
You can try the following steps I have provided to help you solve the problem you are facing:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file base.css
Step 3: Add code
@media (min-width: 768px) {
.header__wrapper {
display: flex !important;
flex-wrap: wrap;
}
.header__main-nav {
flex: 1;
order: 3;
}
.header__icon-list {
justify-content: center;
}
.header__secondary-nav {
flex: 1 0 auto;
}
}
Hoping my solution helps you solve your problem.
Best regards,
Amelia | PageFly
Or can we please move the logo to the center above the nav?
@hannahjro1 Without having access to the store, I can edit more the HTML structure.
THANKS! Is there any way to move the logo now to above the center nav or make it all line up?