change footer links and socials location

Topic summary

A user seeks to relocate footer links and social media icons from the left to the right side of their Shopify store (awakeningra.com).

Initial Solution Provided:

  • Custom CSS code was shared to move social icons to the right
  • Code uses absolute positioning for .footer__block--socials and relative positioning for .footer__content
  • Implementation: Navigate to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS

Current Status:

  • Social icons repositioning solution appears successful (screenshot provided)
  • Open question: User now also wants footer links moved to the right side
  • Awaiting additional CSS guidance for footer links repositioning

The discussion remains ongoing as the complete request has not yet been fully addressed.

Summarized with AI on November 3. AI used: claude-sonnet-4-5-20250929.

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

awakeningra.com

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

awakeningRA2025

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:

I hope thís helps

Best,

Daisy

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