How can I reduce padding between a title and slider?

I would like to know how to reduce the padding between the title of my featured collection and the slider above. In this instance, as shown by the picture move ‘The Recovery Hub’ closer to the bottom of the black border. Thanks

Hello @ryanmacventures

Could you please share your store url ( with pass if your store password is enabled ) then I can see and suggest something for you?

Best regards,
GemPages Support Team

HI @ryanmacventures

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.scss.css.

Step 3: Paste the below code at bottom of the file → Save

.index-section.index-section–overflow-scroller.index-section–alt {

padding-top: 30px !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

Hello @ryanmacventures
Please share your website URL.

https://activusperformance.com/

@ryanmacventures
Hello,

.index-section.index-section--overflow-scroller.index-section--alt {
	padding-top: 30px !important;
	padding-bottom: 50px;
}

.index-section {
	margin: 0;
}

Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Like This