How to edit margin sizes between blocks, Dawn

Hello,

I am trying to figure out how to reduce margin sizes between various blocks on my Shopify store, Dawn Theme.

I have included screenshots on margins I would like to change.

my store is

https://seasideathletic.com

and password is

0223

Hello @SeaSideATH
I would like to inform you that you need to reduce margins only in footer blocks, the margin in product details block is already fine and no need to change it.
Here is the CSS rules you need to apply for reduce margin in footer

@media (max-width: 768px){
  .footer-block.grid__item,
  .footer-block__details-content
  {
    margin-bottom: 10px;
  }
}
1 Like

Hi @SeaSideATH ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file → Save


I see your store looks very nice, warm, and elegant, but in my opinion, you should consider adding a heading banner + CTA button on your main banner. it will help the customer easily purchase the product bestseller and increase traffic product page. and you can use the image banner with the image high quality to help create a good impression for the customer

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

1 Like

Hey,

Thank you for the solution, and the advice I really appreciate that. I will definitely take your feedback into consideration.