Have your say in Community Polls: What was/is your greatest motivation to start your own business?

More space between menu items (Turbo-Portland)

Solved

More space between menu items (Turbo-Portland)

emielkant
Tourist
6 0 2

Is it possible to get more space between the menu items? Check the screenshot down below.

 

I think I need to edit something in the header.liquid, I already searched for "space" and "room" but nothing is found.

 

Thanks in advance!

Accepted Solution (1)

suyash1
Shopify Partner
10152 1255 1595

This is an accepted solution.

@emielkant - please add this css to the very end of your styles.css file and check , adjust number as per need, should be like screenshot

.menu li {padding-right: 40px;}

 

suyash1_0-1642523891287.png

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 6 (6)

suyash1
Shopify Partner
10152 1255 1595

This is an accepted solution.

@emielkant - please add this css to the very end of your styles.css file and check , adjust number as per need, should be like screenshot

.menu li {padding-right: 40px;}

 

suyash1_0-1642523891287.png

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
emielkant
Tourist
6 0 2

Woah! You're the best. Thanks Suyash1.

Storeowner4
Excursionist
13 1 4

Hello Suyash1,

 

I am also a Turbo Portland owner and I did what you suggested but it increased the spaces in the Header menu, not in the MAIN menu, as in your screenshot. Unfortunately I am not able to attach a screenshot because it has to be in csv or flow. But you can have a look at the site: https://www.myanxietyring.com.au

I would really appreciate it if you could provide some guidance.

Thanks in advance. 

suyash1
Shopify Partner
10152 1255 1595

@Storeowner4 - please try this css, it will add space to main menu items

.nav-desktop__tier-1 {column-gap: 25px;}

 

suyash1_0-1725370052949.png

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Storeowner4
Excursionist
13 1 4

Thank you so much, Suyash1. It worked! 

suyash1
Shopify Partner
10152 1255 1595
Welcome, do let me know if you need any further updates
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.