How can I adjust my social media icon for mobile view only?

Solved

How can I adjust my social media icon for mobile view only?

manoman
Pathfinder
114 1 18

Hey. I want to slightly change my social media icon for mobile ONLY. It is good on desktop.

 

Here is a picture of the problem:
https://gyazo.com/7747d4ae93abfbf45da8556b940ae850

 

It is on the line, I want it moved up slightly just so its not touching the line. Thank you in advance if anyone can help me out!

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
7742 1872 2291

This is an accepted solution.

Thank you for the info, no worries I understand. 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width: 749px){
.footer__content-bottom.scroll-trigger.animate--slide-in {
    margin-top: 20px;
}
}

 

  • And Save.
  • Note: you can change the size you like. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
7742 1872 2291

Hi @manoman 

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
manoman
Pathfinder
114 1 18

Yes. I will send you a PM with the site url. It’s published so no password needed. Please do not post screenshots of my site or the url here on the thread where everyone can see. I want to keep that private. Thank you so much for replying! Sorry for the late response. 

Made4uo-Ribe
Shopify Partner
7742 1872 2291

This is an accepted solution.

Thank you for the info, no worries I understand. 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width: 749px){
.footer__content-bottom.scroll-trigger.animate--slide-in {
    margin-top: 20px;
}
}

 

  • And Save.
  • Note: you can change the size you like. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
manoman
Pathfinder
114 1 18

Thank you so much. Worked perfectly!