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?
Thanks!
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?
Thanks!
Hey @koozeals24
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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 go to
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