hey.
https://prnt.sc/4_shnR6_1cN5
how to make products smaller in mobile version so more products will fit in page.
smaller about 30-40 %
something like this :
https://prnt.sc/zIERc3jpiQ7d
thank you!
Site URL: hidden Theme version: 9.1.4 WooCommerce version: 7.7.0Hello, Tal,
Thank you for contacting us and for using XStore.
Please try to add the next code in Theme Options > Theme Custom CSS > Mobile:
.content-product .product-content-image {
max-width: 70%;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}
.content-product .product-image-wrapper {
margin-bottom: 0px;
}
.content-product .product-title a {
display: inline-block;
width: 90px;
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis;
}
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.