Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
I would like to increase the padding on the left of the first item and decrease the padding between all items. So the standard approach does not work:
/* Menu Padding Horizontal */
.main-navigation ul li a {
padding-right: 25px !important;
padding-left: 25px !important;
}
Hi Valentino
Thanks for running Vantage.
Yeah, you’d need something a little more creative to do that:
Exzellent! I guess you get more gratitude than the average doctor :)
Super, glad that helped. If you ever get interested in CSS, this is a great guide: http://learn.shayhowe.com/advanced-html-css/. We’ve just used something from this section: http://learn.shayhowe.com/advanced-html-css/complex-selectors/
All the best!