Hi there,
I have an excess chunk of white space at the top of various pages on my website. Here are two examples:
https://rasayanaliving.com/pages/testimonials
https://rasayanaliving.com/pages/about-eric
How can I remove this space? Thank you!
Hi there,
I have an excess chunk of white space at the top of various pages on my website. Here are two examples:
https://rasayanaliving.com/pages/testimonials
https://rasayanaliving.com/pages/about-eric
How can I remove this space? Thank you!
Hey @EES210
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
Hi Moeed,
I actually had to remove the code because I noticed that although it removed the white space/ padding from my various pages, it also removed it from my home page which made my home page banner look like it was cut short. Do you know how I can do this so that it doesn’t affect my home or collection pages?
Hey @EES210
Apologies for that, you may try this code since it will only effect on your pages and not on home page.
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
{% if template.name == 'page' %}
{% endif %}
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thanks Moeed! One more question - There now seems to be a white border at the very bottom of this one page I have - https://rasayanaliving.com/pages/virtual-consultation.Is there are way to leave this page unaffected?