I developed my website using Motion theme in that I need to troubleshoot my footer section’s social icons, when it is in home page when we click on the social icons it’s working fine, but when we move towards any product page the social icon in footer is not working.
website: https://www.taramajeans.com/
Error Uploaded drive link: https://drive.google.com/file/d/1btiZN3kbvsvjLx82O89oJQOeIJD2KCYe/view?usp=sharing
Hello @Sivadarshan ,
Here are the steps to apply the necessary changes in your Shopify store:
- In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
- Locate Asset > base.css and paste the following code at the bottom of the file:
@media screen and (max-width:590px){
div#tvarka-satc-notification-container {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
}
Let me know if you need further assistance!