Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #568513

    hi,

    appreciate if somebody could help me left align the icon list header. webpage below:

    #568744

    Hey eisme!

    Please use the following CSS in Enfold > General Styling > Quick CSS

    .avia-icon-list .iconlist_icon {
        position: absolute!important;
        right: 0;
    }
    
    .avia-icon-list .iconlist-timeline {
        position: absolute;
        right: 50px;
        border-left-width: 1px!important;
        border-left-style: dashed!important;
        border-right-width: 0px!important;
        border-right-style: none!important;
        }
    
        .main_color .iconlist_content {
        padding-right: 120px!important;
    }
    

    Cheers!
    Vinay

    #569199

    hello Vinay,

    actually i only want the text header to be left aligned (all other items: icons and p text remain the same).

    #569764

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .home h4.iconlist_title {
    text-align:left !important;
    }

    If you want to apply the style globally then please remove .home

    Thanks,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.