How can I align social icons using custom CSS code?

franco33
Tourist
7 0 2

Hi Guys, 

Does anyone know how to fix this problem I am having with the icons not being at the same level, I used a custom CSS code for adding them in.

 

 

 

Screenshot 2023-06-01 201309.png

i am using this code and the ride theme

 

a.link.list-social__link[href*="telegram"],
a.link.list-social__link[href*="discord"] {
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

a.link.list-social__link[href*="telegram"] svg,
a.link.list-social__link[href*="discord"] svg {
display: none;
}

a.link.list-social__link[href*="discord"] {
background-image: url("PASTE-DISCORD-IMAGE-LINK-HERE");
}

a.link.list-social__link[href*="telegram"] {
background-image: url("PASTE-TELEGRAM-IMAGE-LINK-HERE");
}​

Replies 5 (5)

PageFly-Lucas
Pathfinder
110 28 28

Can you share with me the page URL.  I will help you check it. Thanks

banned
franco33
Tourist
7 0 2

thank you, the url is janustoken.io

dmwwebartisan
Shopify Partner
12289 2547 3698

@franco33 

Please share your store URL!

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
franco33
Tourist
7 0 2

thank you, the url is janustoken.io  

dmwwebartisan
Shopify Partner
12289 2547 3698

@franco33 

Please add CSS code in the following screenshot to your assets/base.css bottom of the file.

csscode.jpg

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app