Adding white space between arrow and text title
-
Hi there Baden,
I’ve been using this plugin for years and I love it. I recently figured out how to replace the arrows with a font awesome icon. I can’t figure out how to add a few white spaces in between the arrow icon and the text title.
I’m using SiteOrigin Editor widgets and they work great and let me avoid using columns.
Here’s my code:
.high { color: #00095e; font-size: 1em; } h4.highlight { color: #00095e; } .collapseomatic { margin-left: 10px !important; /* increases space located to the left of the image*/ padding-left: 30px !important; /* increases space located to the right of the image*/ } .collapseomatic.awesomearrows { background-image: none; padding-right: 20px; padding-left: 50px; } .collapseomatic.awesomearrows:before { font-family: FontAwesome; content: "\f0ab"; } .colomat-close.awesomearrows { background-image: none; } .colomat-close.awesomearrows:before { font-family: FontAwesome; content: "\f0aa"; }
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Adding white space between arrow and text title’ is closed to new replies.