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
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
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
Hey!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
Yigit
Thanks! Here ya go!
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
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.
Hi!
use this code:
.column1.av_one_half {
margin-top: 0px;
}
Cheers!
Andy
Hey Andy, Thanks that worked!