Hi,
as you can see in the screenshots, in the portrait orientation of the mobile, the first table is not responsive.
How can I fix this?
Portrait > https://rpa-project.com/wp-content/uploads/2020/09/problema-responsive-01.jpg
Landscape > https://rpa-project.com/wp-content/uploads/2020/09/problema-responsive-02.jpg
Hey Ramiro,
Could you please give us a link to your website, we need more context to be able to help you.
The cells in the portrait are hidden on purpose since there is not enough space to show all those cells on small screen sizes.
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria
Yes, you can add a product to cart
Then you can go to https://www.nattivefood.es/cart/
In a portrait orientation in mobile, you can’t see all the cells in the table.
Hi,
Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive .shop_table .product-quantity {
display: block;
}
}
Best regards,
Rikard
It works fine….
Thanks you very much !!!!!!
Hi ramiropuig,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria