Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #147932

    captsalamander
    Participant

    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

    #148025

    captsalamander
    Participant

    They are now frowny faces and smiley faces about 2/3 down.

    #148248

    Christopher
    Moderator

    Hi there,

    Please add the following CSS code under Customize -> Custom -> CSS:

    .h-feature-headline span i{
    float:right;
    padding-left:10px;
    }

    Hope it helps.

    #148800

    captsalamander
    Participant

    Works like a charm.

    Do you have a custom code to float the icons to the right on an icon list?

    Thanks!

    #148801

    captsalamander
    Participant

    same website: http://sigmastatus.com

    #149119

    Paul R
    Moderator

    Hi,

    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.

    #149407

    captsalamander
    Participant

    Yes. Thanks!

    #149861

    Zeshan
    Member

    You’re welcome!

    #345462

    outer_net
    Participant

    Hi, How would I add a custom class to this so that it wouldn’t apply it to every icon list?

    Thanks

    Damian

    #345711

    Nabeel A
    Moderator

    Hey 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!