Hi support team,
i’ve added code from a flickr album in a code block. After saving, enfold adds classes to them. By hover the images they loose position and sort underneath each other. They do not stay side by side.
Link in private content.
How to get rid of this?
Kind regards
Daniel
Hey Daniel,
Thanks for the link to your page, to keep the images inline on hover please add this css to your Quick CSS:
.flickr .lightwindow {
display: inline !important;
}
After applying the css, please clear your browser cache and check.
If you don’t want the overlay when you hover please also add this css:
.flickr .lightwindow .image-overlay-inside {
display: none;
}
.avia_transform .flickr .lightwindow:hover .image-overlay {
opacity: 0 !important;
}
Best regards,
Mike
Hey Mike,
that works, thank you so much!
Best regards,
Daniel
Hi Daniel,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko