Reduce Section Padding within shapely_home_features

Hi team,

I’m trying to reduce the section padding within one of the shapely home features widgets. I’ve had to use two of them because I’ve 5 rather than 3 features. The gap between both is too large though so I was wondering if anyone could assist with how I can reduce this while not affecting subsequent sections of the page.

Many thanks,

Regards,

David

Hi David

Please include a link to your website and reference of the sections you want to change the paddings

Hi,

Sure thing. Site is here… http://www.morrisonfinancial.ie

It’s the “Our Services” section - and the space between the 3 features and the 2 features below that.

Regards,

David

Here we go:

#shapely_home_features-4 section {
padding-top: 0px;
}
#shapely_home_features-3 section {
padding-bottom: 0px;
}

Ah that’s perfect!!!

Thank you so much for your help!

Regards,

David