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

    Hi, how can I add some padding to the left side of the column element so the text will fit inside the red square in the screenshot?

    Thanks

    #936278

    Hey DROR,

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

    .page-id-18798 #av_section_2 .article-icon-entry {
      padding-left:20px;
    }

    Best regards,
    Rikard

    #936389

    Hi, that didn’t work. Nothing seems to change.

    #936538

    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

    
    .page-id-18798 #av_section_2 .flex_column.av_one_half .av-special-heading {
       padding: 0 40px;
     }
    .page-id-18798 #av_section_2 .avia-icon-list li {
      max-width: 350px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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