Re: Navbar inline with logo and cart

Solved

How can I center my menu items with logo and cart icon?

Bogi2
Excursionist
17 1 1

Hi,

I'd like my menu items to be positioned centered and inline with the logo and cart icon. Could you please help me how to do it?

26a13e.myshopify.commenu.PNG

Accepted Solution (1)
Denishamakwana
Shopify Partner
1408 173 231

This is an accepted solution.

Please add below css code at bottom of assets/base.css file

header.header.header--top-left {
            display: flex;
            justify-content: space-between;
}
Thank you.
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme

View solution in original post

Replies 4 (4)

joeybab3
Shopify Partner
126 16 31

Your store needs a password to access

Bogi2
Excursionist
17 1 1

thank you so much in advance!

https://26a13e.myshopify.com/

mideer

Denishamakwana
Shopify Partner
1408 173 231

This is an accepted solution.

Please add below css code at bottom of assets/base.css file

header.header.header--top-left {
            display: flex;
            justify-content: space-between;
}
Thank you.
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme
Bogi2
Excursionist
17 1 1

thank you sooo much!!