This topic has 12 replies, 3 voices, and was last updated 3 years, 2 months ago ago by Rose Tyler
In ipad size products style doesnot work fines please let me know how can i fix it
http://prnt.sc/1raq0f4
Hello,
Provide temporary wp-admin and FTP access, so we can take a closer look.
Regards
can it done by only wp-admin ? ftp dont work for my hosting
Hello
Yes you can share your website highlighted screenshot where you are facing the issue along with your website logins details so that we will check your issue in more details.
John Holden
please check issue image is attached above
I want to show 3 products in tablet/ipad also in shop page how can i do it ?
http://prnt.sc/1rjocq0
Try to add the next code in Theme Options > Theme custom CSS > Tablet
.products-grid .product {
width: 33.33% !important;
}
.products-grid .product:nth-child(2n+1) {
clear: none !important;
}
.products-grid .product:nth-child(3n+1) {
clear: both !important;
}
Regards
After adding this code it becomes like this in IPad and please try to respond soon
Hello,
I can’t find correct wp-admin access. Please provide them.
What screen size of your device?
Regards
I want 3 products only in ipad devices all current settings should be same as now please make sure this thing
I’ve edited custom CSS code. Clear cache and check now
Regards
You must be logged in to reply to this topic.Log in/Sign up