Reduce the Space Between the Address lines in Our Store - Footer - Symmetry Theme

Please see attached, how do I reduce these wide gaps between the address lines in the footer showing Our Stores in Symmetry Theme?

Hello,

Please send the website url.

Hey @ECOMHQ
Kindly share your Store URL and Password if enabled

Hi
Here you go https://psyhd5nmdas85zcl-28052029549.shopifypreview.com

The theme is not live yet

Hey,

Please go to.

Online store > theme > actions > edit code.

Open assets folder > click styles.css file.

At the bottom of the file copy and paste this code.

.section-footer__text p {
  margin-bottom: 0.1rem;
}

Result:

Hope this helps,

Hey @ECOMHQ

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

OMG you Genius - THANK YOU SO MUCH

1 Like

You are welcome!

Is there a way to make the email address [email removed]

clickable so mailto:hello@sissasorella.com.au?

Of course you can, I’m not sure how that email text is implemented. Maybe is in the customizar or in a liquid file, but you need to end up with a tag like this.


[hello@sissasorella.com.au](mailto:hello@sissasorella.com.au)

Hi Mate, its one of this links in the theme?

I’m not sure if you paste there the mailto:hello@sissasorella.com.au

Did you try?

yep, didnt work