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

    Hi there,
    I found a solution for this in an older thread but it didnt work for me.
    .page-id-3644 div .av_one_third {
    margin-left: 2%;
    width: 32%;
    }
    Am trying to achieve a consistent margin of 12px around all the columns up and down. Currently the space in between the columns is too big.. Could I get some advise please?

    Thanks

    #886598

    Hey janicenisha,

    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-3644 div .av_one_third {
        margin-left: 2%;
        width: 88%;
    }
    #fwcs .content {
      padding-top: 12px;
      pdding-bottom: 12px;
    }
    #fwcs div .av_one_half {
        width: 98%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #886727

    Hi Victoria,

    Thanks! It worked, but am looking at making 12px standard throughout every column. Could you kindly advise? Thanks

    https://prnt.sc/hl2z3b

    #886847

    Hi,
    Try adding this code:

    .page-id-3644 div .av-flex-placeholder {
       width: 12px!important; 
    }
    .page-id-3644 .flex_column_table.av-equal-height-column-flextable.-flextable {
       margin-top: 12px!important;  
       margin-bottom: 12px!important; 
    }
    

    Best regards,
    Mike

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