Hi,
The page in question has 3 product sliders and there seem to be a few different heights. How can we adjust this so they are the same? If we don’t every below it keeps moving up and down depending on the slider height.
Hey virtualbis,
Thanks for the link to your site, out of the three sliders most have a height of 385px, and one is 402px so try using this css to set the minimum height to 402px:
#top .avia-product-slider-container {
min-height: 402px;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
makes sense. From there I got it to work with the following:
#top .inner_product{
min-height: 520px;
}
Hi,
Glad to hear this helped you move your project forward, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike