Canopy theme: How to fix margin on section

Hello!

Can someone help me fix this padding issue on the “Cookbooks We Love” featured section? It doesn’t seem to be a problem with the alternate color section and I’m not sure why.

Thanks so much!

www.blackbirdcookbooks.com

Hey @BBirdCookbooks ,
I checked your store and found out that the padding issue is because of the additional CSS added on the website.
So to fix it you need to remove that CSS code.
So I would first recommend you to duplicate your live theme before moving ahead.
After you have successfully duplicated your theme, then
search for styles.css file and scroll to the bottom of the file and comment out the last three to four lines
which are as shown below:

.template-index #content .section{
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

once you have commented out and saved the code then your page would look like as shown in image below