Reduce distance between You may also like and product images

Hi, I would like to reduce the space between the MORE STUFF ABOUT TODAY’S DROP and the products images down. Thanks. I use Dawn Theme and my url is: https://lelaloot.com/

hi @danielcorrea

May this help you.

you can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

h2.related-products__heading.inline-richtext.h2 {
    margin: 0;
}

If I was able to assist you, please remember to give it a Like and Mark it as the Solution!

Let me know if need further assistance
Regards,
SideNode

Hi, Daniel!

This is Paul - Shopify Partner. I would love to help! Can you message me with your Shopify URL, so I can access the store and edit it?

Thanks!

Hey @danielcorrea

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Please add this code at the bottom of your base.css file.

.related-products__heading { margin-bottom: 10px !important; }