Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1018545

    Hi, how can I move the icons in the icon list element to the right so they will be aligned with the title above and it will add more padding to the text on the left so it won’t go all the way to the end of the box.

    Thanks.

    #1019138

    Hey DROR,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #1019579

    That didn’t fix it…

    #1019594

    Hi bakbek,

    That’s not why I asked you to do it.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-icon-list-right .iconlist_icon {
        margin-right: -28px;
    }
    

    If this does not help, please keep the Autoptimize off.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1019602

    I added the code with a page id :

    .page-id-90685 .avia-icon-list-right .iconlist_icon {
    margin-right: -28px;
    }

    But it didn’t make any change.

    #1019647

    Hi bakbek,

    Best regards,
    Victoria

    #1020024

    Hi, for me it’s still too close to the edge of the column…

    #1020826

    Hi bakbek,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-icon-list .iconlist_title {
        padding-left: 15px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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