Hi there, I’m trying to increase the spacing/padding/margin (not sure which one) between my menu items but does anybody know how to do this?
e.g. Increase the spacing between Shop - Collections - Press on website below
Site
Access password: pleasehelp
Thank you!
Didn’t expect an answer so quickly. Hi there! Any help would be much
appreciated.
1 Like
@adorian1990 :
Go to Edit Code, Find assets folder and inside it base.css
Add the following code at the end of the file
.header__menu-item {
margin: 0px 15px 0px 15px;
}
Remember the values go clockwork like this: TOP RIGHT BOTTOM LEFT
So you only need to change 2nd and 4th value.
Result
here I have added 20px, so you should play around with your numbers.
Incase if you aren’t able to do it, contact me here and I’ll help you out. Ofcouse no cost.
Best Regards,
Atik
Wow Atik I don’t know what to say other than thanks so much!
Really appreciate your quick response on this.
Works as prescribed!
@adorian1990 glad I could help. Post back here if you need help with anything else.
Have a great day.
Hi im trying t=to do the same thing you said but its not working 