Hi there
URL: http://www.insigniaglobalpartners.com
My client would like the white space above and below the layout elements (in this case quarter elements with icon elements) reduced – basically the space above and below the four sections ‘Submit Resume, Search Opportunities, Partners, and Membership Registration’.
Grateful for advice – thanks.
Please see link below to see what I’m getting at:
http://www.anscombemanning.co.uk/WhiteSpace.JPG
Can anyone help me on this? This is the last thing I need to change before going live!
Hi computacure ;
a hazardous way :
.page-id-734 .content {padding-top: 20px !important; padding-bottom: 20px !important;}
In order to target the right element I would advise to see this topic too : http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home #after_layer_slider_1 .content {
padding: 10px 0;
}
@begrafiks thanks! :)
Regards,
Yigit
@Yigit thanks – worked a treat.
@begrafiks thanks too.. I decided to use the less hazardous approach first!