This topic has 4 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
Hi,
Using the latest version of the theme and I’ve used selected 4 products to be featured on the homepage but as the title is over 2 lines it has pushed the button below the price out of the box so you can’t see it all.
Is there an fix for this?
Hello,
Please add this code in custom.css file of parent theme or in style.css of child theme:
@media screen and (min-width: 1600px) {
.carousel {
height: auto !important;
}
}
.carousel {
height: auto;
}
Regards
Perfect – thank you!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up