How can I move footer icons without impacting header icons?

how to move the footer icons without affecting the header icons

right under the links

any help is appreciated !

https://marthajewelry.myshopify.com/

password - test

@hasanali1

Please add the below code above in theme.liquid.

online store >> edit code >> theme.liquid

@media screen and (min-width: 1550px) { .footer__list-social.list-unstyled.list-social { position: relative; left: -2rem; } }

after added the given code

If the given solution helpful then please like the post and tap to accepted.

Thankyou :slightly_smiling_face:

hi, this worked but it affected the header icons now they are messed up

Hi @hasanali1 ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :


Hope my answer will help you.

Best regards,

Victor | PageFly