Hello!
Is it possible to spread out the main menu prompts – create more space between them? What would be the CSS to do so?
THANK YOU
Jim
Hi James!
Try adding this to your custom CSS.
.main_menu > div > ul > li {
margin-left: 10px;
margin-right: 10px;
}
If that’s not what your trying to do then send us a link and take a screenshot highlighting what your trying to do so we can get a better idea.
Cheers!
Elliott
Thanks Elliott – that works just fine!