On our homepage (see http://www.awesomescreenshot.com/image/742113/e7740bdea9aa6144205f3f99c436d3d3), how can I adjust the spaces between the various elements? See arrows in screenshot.
Thanks.
Also, can you tell me why the icon (Anytime, Anywhere) is lower than the other three to the right? Can't find out the reason why.
http://www.iguanaacademy.com/
Add the given css:
.fullhomestripe.stripe {
padding: 8px 0;
}
Thanks for the help. I have 2 quick follow-up questions re your advice:
1. Which editor or file do I add this css to? WPLMS or Child theme? Can you point me to the right location?
2. Does spacing matter? For example, could I enter it without spaces, as follows?
.fullhomestripe.stripe {
padding: 8px 0;
}
Yes you can add it without spaces but do not remove spaces from the " .fullhomestripe.stripe { " line
Add it from wp-admin -> appearance -> customize -> custom css