Removing Padding around 'Image with Text' block in Venture Theme

Hi All,

I’m trying to find a way to remove the white boarder (padding) around the images on the below. I managed to do this about a year ago on the image at the top so I know it can be done but I can’t remember what I did. Any help would be greatly appreciated. Thanks in advance.

Hi @Alex1977 !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation.

Please add this code at the bottom of theme.scss.css under assets in your shopfiy theme code files;

#shopify-section-1611277984b58622f2 > div > div {
padding: 0px!important;
}

Best Regards;

Pagefly

Hi PageFly,

Unfortunately this didn’t work.

Any other options?

Thanks

@Alex1977 bro please send me store Url please

www.relentlessbeasts.co.uk

Hi @Alex1977 !

Paste this code at theme.scss.css;

.section-block–padding {
padding:0px!important;

}

Best Regards;
Pagefly

Perfect!!! Thank you so much!!! Really appreciate your help.