How do I decrease bottom padding from collection title? - Dawn Theme

URL: https://www.meta25.studio/collections/vol-5

1 Like

Hey @randytheasian

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

1 Like

Could you also help me out on the bottom padding on Contact Page?
URL: https://www.meta25.studio/pages/contact-us

1 Like

For that just simply go into base.css line number 3202 and remove the margin-bottom from this code.

h1.main-page-title.page-title.h0 {
    padding-top: 25px !important;
    margin-bottom: 23px !important;
}

RESULT:

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

Best Regards,
Moeed