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!
1 Like
Hi @manoman
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
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.
1 Like
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!
1 Like
Thank you so much. Worked perfectly!
1 Like