How can I relocate social media icons within a webpage footer?

Solved

How can I relocate social media icons within a webpage footer?

cam-mason
Tourist
5 0 3

Hello,

 

I would like to move social media icons to be inline and right justified in the same footer section as the copyright text as outlined in the below screenshot.

 

Screenshot 2024-01-17 155839.png

 

Any help and direction would be much appreciated! 

Accepted Solution (1)

ThePrimeWeb
Shopify Partner
2139 616 526

This is an accepted solution.

Hey @cam-mason,

Use this in Custom CSS, 

.footer__aside {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!

View solution in original post

Replies 4 (4)

ThePrimeWeb
Shopify Partner
2139 616 526

This is an accepted solution.

Hey @cam-mason,

Use this in Custom CSS, 

.footer__aside {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
cam-mason
Tourist
5 0 3

Thank you @ThePrimeWeb, it worked perfectly! 

ThePrimeWeb
Shopify Partner
2139 616 526

No Worries @cam-mason. Please also help to mark my response as the solution.


Thanks!

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
AtiqueTraders
Visitor
1 0 0

This is one of the website Atique Trader where i was trying to the same, but not looking great at the end.