We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: Adding White Space to Menu?

Solved

Adding White Space to Menu?

Alun
Explorer
68 2 20

My website is https://snowdoniahoney.com

 

On the main header menu, I'd like to add some "white space" between the About Us and Trade dropdowns.

 

Screenshot 3.jpg

 

 

Any suggestions would be greatly appreciated

Alun

Accepted Solution (1)

DaisyVo
Shopify Partner
4469 501 600

This is an accepted solution.

Hi @Alun 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

 

.header__nav > a:last-child {
    margin-left: 30px !important;
}

 

 

Here is the result:  

https://img001.prntscr.com/file/img001/HPdlCj_1SaSdR36--Xoj6A.png 

 

I hope this helps

 

Best,

 

Daisy 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 3 (3)

DaisyVo
Shopify Partner
4469 501 600

This is an accepted solution.

Hi @Alun 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

 

.header__nav > a:last-child {
    margin-left: 30px !important;
}

 

 

Here is the result:  

https://img001.prntscr.com/file/img001/HPdlCj_1SaSdR36--Xoj6A.png 

 

I hope this helps

 

Best,

 

Daisy 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
Alun
Explorer
68 2 20

Thanks so much Daisy! Works perfectly

Alun
Explorer
68 2 20

As well as adding in some white text, is it possible to make the last menu header entry (the right-most) in a different colour - for example in red text?