Shopify themes, liquid, logos, and UX
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
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.
Any suggestions would be greatly appreciated
Alun
Solved! Go to the solution
This is an accepted solution.
Hi @Alun
.header__nav > a:last-child {
margin-left: 30px !important;
}
https://img001.prntscr.com/file/img001/HPdlCj_1SaSdR36--Xoj6A.png
I hope this helps
Best,
Daisy
This is an accepted solution.
Hi @Alun
.header__nav > a:last-child {
margin-left: 30px !important;
}
https://img001.prntscr.com/file/img001/HPdlCj_1SaSdR36--Xoj6A.png
I hope this helps
Best,
Daisy
Thanks so much Daisy! Works perfectly
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?