Hi,
How can I adjust the height of an easy slide in a cell to 100% grid height?
Grid row: 1/2 + 1/2, no borders, minimum height: 1000px
Thanks for your assistance!
Hey hasbeat,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Hi Vinay,
Thanks for your response. Please find below your login credentials and further information.
Cheers
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-431 .avia-slideshow li img {
min-height: calc(100vh + 280px);
height: 100vh;
}
PLEASE NOTE: This will stretch the image to fit the height. It’s best to use the image as a background image for the 1/2 column.
Best regards,
Vinay