This topic has 9 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Eva Kemp
Hello? Is it possible to ajust the numbers of rows in the mobile version of WooPress? I Want to have two rows in portrait and three rows in landscape. (Now it is one in portrait and two in landscape)
Another problem is that in landscape the products are on the left side, is it possible to get this to center??
I love your theme by the way?
Hello,
Please add this code in Theme Options > Custom CSS > Custom CSS for mobile:
.products-grid .product {
width: 50% !important;
}
and this code to Custom CSS for mobile landscape:
.products-grid .price {
height: 30px;
}
.row-count-4 .product:nth-child(2n+1) {
clear: none !important;
}
.products-grid .product-title {
height: 50px;
}
Regards,
Eva Kemp.
Great that worked, but it gave me some other problem?
In landscape there is now 4 rows an that is even better than three? But in the bottom of my home page and the “footer 1” widget area the interactive banners get cut and the text not visible. Is there a code to make these stay in one row while the rest of the shop is two? (Portrait)? The same happens in landscape, but that is not that bad?
My site is kostmask.no?
Hello,
Please show a screenshot what banners you mean. Also provide us with WP Dashboard credentials.
Thank you.
Regards,
Eva Kemp.
Screenshots and logindetails are in the field under?
Hello,
You disabled responsive content elements option in Visual Composer > General Settings. I’ve enabled it and now content is responsive. Please check.
Regards,
Eva Kemp.
It looks great now? Thank you?
I thougt it was enough to set responsive in the “Theme options”.
My problem is solved:)
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Adjust rows mobile devices!’' has been successfully resolved, and the topic is now closed for further responses