How to remove white space on these two sections?

Hey could someone please tell me how to specifically decrease the spacing out the outside of my drop down tabs after my ATC button, as well as the spacing around my logo on the footer?

Koozeals.com

Thanks!

Hey @koozeals24

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

Please go to

  1. Online store
  2. Themes → Edit theme
  3. Layout
  4. theme.liquid and paste this code before

Thank you, do you also know how to do the example in the first photograph?

Hey @koozeals24

Keep the previous code and add this new code above in theme.liquid file

div#professional-faqs-block {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.product.section.section--blank {
    padding-bottom: 0 !important;
}

RESULT:

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

Best Regards,
Moeed

1 Like