How can I fix text alignment in my website footer?

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

Hi @sv951

Try the code below

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Asset folder, open the base.css
  3. Paste the code below at the very bottom of the file.
.footer-block__details-content.rte p {
    margin: 0;
}

See result:

1 Like

this is perfect, thank you!

1 Like

thank you!

1 Like

Hi @sv951 ,

That’s great!

I’m really happy to hear that it works perfectly on your end :blush: