What's your biggest current challenge? Have your say in Community Polls along the right column.

Move password icon from “header” to “footer”.

Move password icon from “header” to “footer”.

LR_
Tourist
7 0 4

https://newindumentis.com/password  

 

Hi there,

 

Can someone help me with a problem? I would like the icon where you have to enter the password to get into the site in the footer or at the bottom of the password page.

 

I am using the symmertry theme. 

 

 newindumentis.com

 

Thanks a lot!

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
9103 2176 2685

Hi @LR_ 

Check this one.

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

password-modal.password-login {
    position: absolute;
    bottom: 5%;
    right: 10%;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1721837030450.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
LR_
Tourist
7 0 4
Hi 
 
Thanks a lot. It worked. But it didn’t work on the mobile version. Do you maybe have a solution to get it in the middle of the mobile version? Now it is on the left side. 
 
Thank you so much!
Made4uo-Ribe
Shopify Partner
9103 2176 2685

I check it in your store you palce on the middle? Which one to do you want all center or right(desktop) center(mobile)?

This is to center all screen .

 

password-modal.password-login {
    position: absolute;
    bottom: 5%;
    right: 50%;
    transform:translate(50%);
}

 

And Save.

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.