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

    Hi There,

    Great theme and great support! Quick question, I tried finding the answer but couldn’t get it to work.

    I have columns in a grid row that I would like to achieve the following layout: https://snag.gy/oxdpBl.jpg

    Page is : https://aethercreations.ca/new-home-2/

    Thank you!
    Deanna

    #1082447

    Hey Deanna,

    Try adding the following to quick css:

    .column-top-margin{
    margin-top:30px!important;
    }
    
    .avia-builder-el-34 .av_one_half{
    margin-left:2%!important;
    }
    
    .avia-builder-el-41,avia-builder-el-43{
    margin-top:15px!important;
    }
    
    .avia-builder-el-36{
    padding:0 12px!important;
    }

    Best regards,
    Jordan Shannon

    #1082465

    Hi Jordan,

    It worked only for the top row: https://snag.gy/XZ7PhO.jpg
    Could you also apply it so that all elements have the reduced space between them?

    Thanks!

    #1083402

    Hi,

    Add this to quick css as well:

    div .av_one_half {
        margin-left: 2%;
        width: 49%;
    }

    Best regards,
    Jordan Shannon

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