Center Instagram Icon Asset on Password Page - Debut Theme

I’ve added an Instagram icon to my password page using this code:

Follow us on Instagram

The icon was uploaded as “Asset 6” and the code was added to password-content.liquid on line 70

But the icon is on the left side of the password page, as shown in the image below, and I would like it to be in the center

Please let me know how I can fix this

2 Likes

@ivycooper

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Thank you @KetanKumar , its jasperoxli.com

Hi @ivycooper ,

Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.

Hi @ivycooper ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
#shopify-section-password-content {
    text-align: center;
}

Hope it can help you.

1 Like

That worked perfectly! Thank you so much for your help @Amlibolikha

1 Like

Hi @ivycooper ,

Glad it is the solution for you.