Ahoy,
I’m trying to figure out how to tighten up some space between some images that I have and some text but can seem to figure it out…
For the screenshoted section I need the images/ icon to be closer to the title text. There are 3 instances of this,
Who’s Primpin
The Groomr Experience
How It Works
Please advise if you can help me achieve this
Hey mcraig77,
use this code in Quick CSS field:
.av-special-heading {
margin-top: 12px !important;
}
and adjust as needed.
Best regards,
Andy
Boom! Thanks!