change footer links and socials location

change footer links and socials location

tarekanani
Shopify Partner
38 0 2

how to change footer links and socials from the left side to the right side on this website? 

 

awakeningra.com

Replies 4 (4)

Mateen_Asghar
Shopify Partner
43 0 7

Hi @tarekanani, Your website is currently password-protected. Could you please share the password?

Mateen Asghar | Shopify Expert & Partner
Optimizing Shopify Plus stores with 10+ years of web development expertise.
Got your answer? Mark it as an Accepted Solution to help others.
 Reach me at: mateen@100xelevate.com | Visit: 100xelevate.com for quick quotes and expert support.
tarekanani
Shopify Partner
38 0 2

awakeningRA2025

DaisyVo
Shopify Partner
2836 339 394

Hi @tarekanani 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

.footer__block.footer__block--socials {
    position: absolute;
    right: 0;
}
.footer__content {
    position: relative;
}

 

 

Here is the result:  image_720.png

 

I hope thís helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
tarekanani
Shopify Partner
38 0 2

Hello Again I also wanted the footer links to be in the right side as well how can I do this ?