How can I minimize white space around the 'new products' section on my website?

Hello Community! I have just created a “new products” section on the home page of my website but I would like to reduce the white space immediately before and after the “new products” title. Can anyone help me with this? Many thanks. my website is www.aquashopdesign.ca

1 Like

Hi!

Just add this code to the bottom of theme.css

#shopify-section-1620401001a84e4e9c {
  padding-top: 0px;
  padding-bottom: 0px;
}

You can adjust the PX values to your preference.

I hope I’ve answered the question.

thanks Nick! do you also happen to know how to reduce the dimensions of the three pics I included in the slideshow? They look too big. thanks