Motion Theme - Social icon in footer not clickable

Motion Theme - Social icon in footer not clickable

Sivadarshan
Shopify Partner
403 2 89

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

 

Replies 2 (2)

ZestardTech
Shopify Partner
6148 1100 1476

Hello @Sivadarshan,

 

Here are the steps to apply the necessary changes in your Shopify store:

  1. In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
  2. 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;
}
}

ZestardTech_0-1747732820081.png

Let me know if you need further assistance!

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Sivadarshan
Shopify Partner
403 2 89

@ZestardTech not working