Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #604046

    Ahoy –

    welcome back from holiday, i was wondering if you could help me reduce the paddings of a sections?

    Here is my current site 1

    this is the current spacing for the columns 2

    I’m looking to match the spacing in this site for the boxed areas like in this website 3

    here is a screenshot of how that spacing is set up 4

    Please advise

    #604101

    Hi mcraig77!

    Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your columns and give them a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Stylign tab

    .your-custom-class.av_one_half {
        margin-left: 3%;
        width: 48%;
    }

    and adjust values as needed :)

    Best regards,
    Yigit

    #604127

    Ahoy –

    Im not too familiar on % widths and things don’t look right on my end… can you help me with this? Will I need to create 4 different section names or 2?

    When I put that code in i get this… looks weird

    Please advise – screenshot

    #604140

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Best regards,
    Yigit

    #604142

    Thanks! Here ya go!

    #604414

    Hi!

    currently you are using this code:

    .column1.av_one_half {
       margin-left: 5%;
       width:48%;
    } 
    

    Change it to this:

    .column1.av_one_half {
       margin-left: 8px;
       width:48%;
    }
    

    and adjust margin-left value as needed. Do the same for column2.

    Regards,
    Andy

    #604751

    Hi Andy –

    That seemed to solve the vertical issue. How about the horizontal spacing?

    I also need the Lawyer Referral section to be the same width as the others.

    Please advise.

    #605092

    Hi!

    use this code:

    .column1.av_one_half {
    margin-top: 0px;
    }
    

    Cheers!
    Andy

    #605472

    Hey Andy, Thanks that worked!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Reduce padding between sections’ is closed to new replies.