Center the position of social media icon in the footer add code through custom.liquid on destop

Solved

Center the position of social media icon in the footer add code through custom.liquid on destop

NatalieY123
Excursionist
19 0 4

I add a custom.liquid in the homepage footer to show the media icon right under the text banner. It looks center on mobile but not on desktop like attached. Anyone can help me the correct way put those icons in the middle on desktop page?

 

NatalieY123_0-1740507013687.png

 

Accepted Solution (1)

CodingFifty
Shopify Partner
903 136 164

This is an accepted solution.

Hi @NatalieY123,


Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

 

.list-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
}

CodingFifty_0-1740508112259.png

 

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

View solution in original post

Replies 3 (3)

CodingFifty
Shopify Partner
903 136 164

This is an accepted solution.

Hi @NatalieY123,


Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

 

.list-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
}

CodingFifty_0-1740508112259.png

 

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
NatalieY123
Excursionist
19 0 4

Thank you so much, it works now!

CodingFifty
Shopify Partner
903 136 164

Please like and mark the solution @NatalieY123 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com