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

    Hi, how can I make the image take the full width of the column?

    Thanks.

    #925368

    Hey DROR,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .page-id-948 #av_section_1 .flex_column.av_one_half {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .page-id-948 #av_section_1 .flex_column.av_one_half .av-special-heading, 
    .page-id-948 #av_section_1 .flex_column.av_one_half .avia-icon-list-container {
        padding-right: 50px;
        padding-left: 50px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #925370

    Perfect!

    Thanks.

    #925407

    Hi,

    You’re welcome, glad we could help :)

    Best regards,
    Nikko

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