This topic has 2 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Rose Tyler
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!
Hello, 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