How can I eliminate unwanted padding and margin on my website?

Hello I would like to remove the bottom marging and padding between theese sections:

The website is www.masterslide.es . Can anyone help me?

Thanks in advance,

Vlad

Hello Vlad,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.min.css or any other related css file.

Paste the below code at the bottom of the file.

.item--59532014-c47a-4f56-bcf6-f5587a315488 {
    padding: 0;
	}

Thanks

1 Like

Hello! It worked thank you!

I have couple questions more, how can I remove the padding below that picture?

And also, do you know how can I achieve a larger image size on mobile?

Thank you a lot!