-
AuthorPosts
-
March 28, 2016 at 8:41 pm #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
March 28, 2016 at 10:04 pm #604101Hi 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,
YigitMarch 28, 2016 at 10:33 pm #604127Ahoy –
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
March 28, 2016 at 10:43 pm #604140Hey!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
YigitMarch 28, 2016 at 10:45 pm #604142Thanks! Here ya go!
March 29, 2016 at 12:16 pm #604414Hi!
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,
AndyMarch 29, 2016 at 7:05 pm #604751Hi 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.
March 30, 2016 at 11:55 am #605092Hi!
use this code:
.column1.av_one_half { margin-top: 0px; }Cheers!
AndyMarch 30, 2016 at 9:27 pm #605472Hey Andy, Thanks that worked!
-
AuthorPosts
- The topic ‘Reduce padding between sections’ is closed to new replies.
