This topic has 3 replies, 2 voices, and was last updated 27 minutes ago ago by sefat
Related products How to fix the same grid view as the products category page?
Hi @sefat,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.single-product div.product .product-details {
min-height: 200px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
Kind regards,
The 8Theme Team
I have added the given css but you can see my Related products are not showing like the attached screenshot which is showing on my category page.
You must be logged in to reply to this topic.Log in/Sign up