Hey navindesigns,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-image-container.amazon img {
padding-top: 69px;
}
Best regards,
Rikard
Thanks. Is there any way for the image to cover the entire height of the section so there is no space at the top of bottom?
Hi navindesigns,
We have added this code in your Quick CSS:
.avia-image-container.amazon {
display: flex;
align-items: flex-end;
}
Please review your site :)
Best regards,
Nikko
Thanks but I am still seeing some extra space at the bottom of the image
Hi navindesigns,
I have replaced it with this code:
.avia-image-container.amazon {
position: absolute;
bottom: 0;
}
Let us know if you need further assistance.
Best regards,
Nikko