Padding between images in pages with Dawn theme

I want to remove the padding between these two images can someone please help?

Hi @printsbyhjr

Can you give me your page URL( with pass if your store password is enabled), so I can check it and maybe give you a solution?

Kind & Best regards,
GemPages Support Team

Hi there,

Sure it’s specifically this page

https://blowhairextensions.co.nz/pages/about-us-1

Hallo @printsbyhjr

You can add code by following these steps to change collection and product pages background color:

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid theme file

  3. Paste the below code before

.rte img { margin: 0 !important; } .rte img { margin: 0 !important{ border: 0 !important; }

please like and accept solution

If you require any further information, feel free to contact me.

That didn’t work, thank you though.

Hi @printsbyhjr

You can try adding the below code :

  1. Go to Online Store → Theme → Edit code.

  2. Open your base.css in the Assets folder.

  3. Paste the below code at the end of the file.

#shopify-section-template--14885199872089__main .rte img{
  margin: 0 !important;
  display: block !important;
  border: none !important;
}

Best regards,
GemPages Support Team

hallo @printsbyhjr

please check it one more time with valid code

.rte { margin: 0 !important; } .rte img { margin: 0 !important{ border: 0 !important; }

Thank you SOOO much!!