How can I reduce row spacing on a specific contact page?

I need the spacing between rows to be smaller on contact page only, how to can this be solved?

Hey @TartuMees

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

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:

  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
{%- 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