Copyright element on footer wont appear on DESTOP and MOBILE version

Solved

Copyright element on footer wont appear on DESTOP and MOBILE version

clayinfo
Explorer
81 0 17

Hello, my copyright page doesnt show on both mobile and destop version. Any tips on how to troubleshoot this?

Accepted Solution (1)
laddisahsi
Shopify Partner
385 38 41

This is an accepted solution.

@clayinfo 

 

You can follow the following steps:

1. Please remove the width from the html.
2. Please go to the Online Store.
3. Then Edit Code.
4. Please find the theme.liquid file.
5. Please add code before closing the tag </head> tag.

<style>

.footer__content-bottom.scroll-trigger.animate--slide-in.scroll-trigger--offscreen {
    opacity: 1 !important;
}

</style>

 

laddisahsi_0-1706515977585.png

 



If this solution is worked, then please Like this and Mark this as accepted solution!


Laddi




-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!

View solution in original post

Replies 5 (5)

Liquid_xPert_SJ
Shopify Partner
1199 130 171

Hi @clayinfo 

 

Can you please share the store url?

 

Thanks

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂

laddisahsi
Shopify Partner
385 38 41

Hi @clayinfo 

Can you please share store URL?

-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!
clayinfo
Explorer
81 0 17

www.constructionlayers.com

PW: CollectionThree

laddisahsi
Shopify Partner
385 38 41

This is an accepted solution.

@clayinfo 

 

You can follow the following steps:

1. Please remove the width from the html.
2. Please go to the Online Store.
3. Then Edit Code.
4. Please find the theme.liquid file.
5. Please add code before closing the tag </head> tag.

<style>

.footer__content-bottom.scroll-trigger.animate--slide-in.scroll-trigger--offscreen {
    opacity: 1 !important;
}

</style>

 

laddisahsi_0-1706515977585.png

 



If this solution is worked, then please Like this and Mark this as accepted solution!


Laddi




-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!
clayinfo
Explorer
81 0 17

Thank you it worked!