I need the spacing between rows to be smaller on contact page only, how to can this be solved?
Hey @TartuMees
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 I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi
This code changes the spacing for all of the rich texts, but is it possible to change ONLY contact pages?
Hey @TartuMees
Remove the previous code and add this new code above in theme.liquid file
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 page.url == '/pages/contact' -%}
{%- endif -%}
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed


