Hi! Just wondering how to reduce the padding below a standalone icon? See link. would like less space under the orange earth symbol. thanks. Also, wondering if there is a reverse quote icon available? see bottom right on same page. thanks much!
Hey AirstreamCoach!
Add this to a codeblock element in that page.
<style type = "text/css">
#av-layout-grid-1 .av-special-heading {
margin-top: 0px !important;
}
</style>
Cheers!
Elliott