-
AuthorPosts
-
November 18, 2014 at 3:46 pm #147932
Hi,
Is there a way to put the icon of a Feature Headline on the right-hand side of the headline text?
I would like the “minus” and “plus” signs in my first content band to be on the inside, right next to each other, with the text on the outside (the left-hand “minus” icons would be on the right side of their headlines).
Here’s the page: http://sigmastatus.com
Thanks,
Matt
November 18, 2014 at 7:10 pm #148025They are now frowny faces and smiley faces about 2/3 down.
November 19, 2014 at 2:38 am #148248Hi there,
Please add the following CSS code under Customize -> Custom -> CSS:
.h-feature-headline span i{ float:right; padding-left:10px; }
Hope it helps.
November 19, 2014 at 5:17 pm #148800Works like a charm.
Do you have a custom code to float the icons to the right on an icon list?
Thanks!
November 19, 2014 at 5:19 pm #148801same website: http://sigmastatus.com
November 20, 2014 at 6:45 am #149119Hi,
You can add this under Custom > CSS in the Customizer.
body .x-ul-icons li [class^="x-icon-"], body .x-ul-icons li [class*=" x-icon-"] { float:right; text-align:right; }
Hope that helps.
November 20, 2014 at 1:30 pm #149407Yes. Thanks!
November 21, 2014 at 7:33 am #149861You’re welcome!
July 30, 2015 at 12:25 pm #345462Hi, How would I add a custom class to this so that it wouldn’t apply it to every icon list?
Thanks
Damian
July 30, 2015 at 4:18 pm #345711Hey Damian,
On which icon would you like to apply the styling? Would you mind providing the page link so we can take a lookat your current setup?
Thanks!
-
AuthorPosts