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].
I really love the influence theme but I was wondering if it was possible to space out the links so that they weren’t so close together, something link this possibly?
http://i61.tinypic.com/20kyfth.png
I was also wondering if it is possible to change the background for each page so that they were all different?
Hi Randy
Give the following a try in a plugin like Simple Custom CSS:
/* Influence Menu Padding */ #main-menu .menu ul li.menu-item-has-children { margin-top: 16px; margin-bottom: 16px; } #main-menu .menu ul li.menu-item-has-children:first-of-type { margin-top: 0; }