How can I reduce padding around a custom content image?

Hi all,

Working on cuepod.io and trying to change the code to reduce padding/spacing around custom content - image. Can’t seem to work it out!

Please highlight the section.

Hi @jodoyle123

Good day.

Do you want to reduce your sections like this screenshot: https://prnt.sc/111ramt ?
If that’s your problem. Please place this code at the end of theme.scss to set 2 columns on the product section.
.index-section {
padding: 0;
}
Link to refer: https://prnt.sc/111qfhs
Hope this helps.