This topic has 2 replies, 2 voices, and was last updated 5 years, 1 months ago ago by Rose Tyler
Hello,
I’ve got an [etheme_products] shortcode in my single product page (please find a link in private content) and its supposed to show seven products in one row.
In Chrome, its all working fine, but in Firefox, it shows only 6 product per row, then there is a linebreak and the seventh is in a second row. I’ve attached two screenshots in private content.
Please find my credentials for a testsite in private content.
Any help would be really appreciated. Thank you.
Hello,
Try to use this custom CSS code:
.single-product .product-information-inner .owl-item {
max-width: 90px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up