I have noticed that in your thefox demo, in the page "Shop > Single product", social share buttons on the left side are only showed for desktop version, in mobile device they disappear.
There is a way to show the social share buttons also in mobile device?
In fact there is not enough space to have them always on your left side on mobile, the alternative thing we could do is add them over the thumbnail for mobile.
Do not hesitate to contact us if you have more questions.
Hi,
I have noticed that in your thefox demo, in the page "Shop > Single product", social share buttons on the left side are only showed for desktop version, in mobile device they disappear.
There is a way to show the social share buttons also in mobile device?
Thankyou.
Hello You,
In fact there is not enough space to have them always on your left side on mobile, the alternative thing we could do is add them over the thumbnail for mobile.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Ok, I think that is a good idea add them over the thumbnail for mobile.
Can You please provide the correct css/php code?
Thanks for support
Hello You,
Try to add this custom css ( thefox > styling options ) :
@media only screen and (max-width: 767px){
.woo-share-box { width: 30px; position: absolute; left: auto; z-index: 1000000; }
}
This should do the trick.
Do not hesitate to contact us if you have more questions.
Have a nice weekend!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme