sv951
November 17, 2022, 8:50pm
1
https://perfectly-streakfree.myshopify.com/
Down in the footer the email and mailing address text are indented.
Issue only appears on the homepage, and I’m sure it’s cause of custom formatting I added higher up on the page (sorry)
Any help would be greatly appreciated, thank you!
1 Like
Hi @sv951 ,
This is PageFly - Advanced Page Builder.
You can try with this code:
Follow this:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css.
Step 3: paste below code in bottom of file → save.
.footer-block.grid__item p {
margin-left: 0 !important;
}
Hope that my solution works for you.
Best regards,
PageFly
1 Like
made4Uo
November 18, 2022, 3:19am
3
Hi @sv951
Try the code below
From your Admin Page, click Online Store > Themes >Actions > Edit code
In the Asset folder, open the base.css
Paste the code below at the very bottom of the file.
.footer-block__details-content.rte p {
margin: 0;
}
See result:
1 Like
sv951
November 18, 2022, 4:03am
4
this is perfect, thank you!
1 Like
Hi @sv951 ,
That’s great!
I’m really happy to hear that it works perfectly on your end