Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #746852

    Hi

    We would like to change the space between 2 pictures in the same line https://www.staging3.atcarolines.ch/. the space on top and bottom are ok but not in the same realtionsship if we have 2 pictures on the same line: https://www.staging3.atcarolines.ch/

    I hope you can help me.

    All the best,
    Pascal

    #748652

    Hey Pascal,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top.home .flex_column.av_one_half {
        width: 49%;
        margin-left: 2%;
    }
    
    #top.home .flex_column.av_one_half.first {
        margin-left: 0 !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

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