This topic has 6 replies, 2 voices, and was last updated 6 months, 3 weeks ago ago by Rose Tyler
The related items below the product on the product detail page are not aligned correctly (see screenshot), this looks very cluttered.
Hello, Maybendeler,
Thank you for reaching out to us.
We understand that you would like to have a uniform height for products in the Related products swiper on your website.
Please try to add the next code in Theme Options > Theme custom CSS > Global:
.swiper-container {
display: flex;
align-items: stretch;
}
.product-slide .product {
display: flex;
height: 100%;
}
.swiper-wrapper {
height: auto;
}
.products-slider .content-product {
flex-direction: column;
justify-content: space-between;
display: flex;
flex: 1;
}
Best Regards,
8Theme’s Team
unfortunately this css code does not work..
Hello, Maybendeler,
Could you please provide temporary wp-admin access?
To grant WP-Admin access, please proceed to create a new user account with an administrator role through your WordPress Dashboard. Once the account is established, you may securely transmit the username and password to us via the Private Content section designated for this purpose.
Best Regards,
8Theme’s Team
it’s added in private content area
Hello, Maybendeler,
We have updated the code by adding !important
https://prnt.sc/uDz9nj0a4cTc Please check now.
Please let us know if everything meets your expectations.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up