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:
- 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
OMG you Genius - THANK YOU SO MUCH
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)
I’m not sure if you paste there the mailto:hello@sissasorella.com.au
Did you try?
yep, didnt work



