This topic has 6 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler
Hi, now I have my sit good, thanks to your patience and help, but I don´t know where I config options for mobile or tablet, for example more custom options only are good in computer format.
Thanks
Hello,
Please provide screenshot of the problem.
Also, check these video tutorials https://wpbakery.com/video-academy/category/responsive/ which helps you to sort out with Responsive Options for content.
Regards
for example, before my changes I enter in the seciton of products and in mobile I see 1 under 1 all products, now I see 2 under 2 the products…
If you use the grid with 3 products on the desktop, you need to add this css code:
@media (max-width: 767px){
.products-grid.product-count-3 .product:nth-child(n) {
width: 100% !important;
}
}
Also, find out from where this code comes http://prntscr.com/jucg78 and change or delete it.
Regards
yes is good for me
Thanks!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up