How do I reduce the white space at the top and bottom of the Portfolio Grid?
Hey Mike,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-102 #after_full_slider_1 {
display:none;
}
Looks like you have a white space element after it, so please try removing that.
Best regards,
Rikard
Turns out that I actually had some white space on the page under the slider. Removing that solved the problem without requiring the CSS code.
Sorry about that. Your support rocks!