Can you take a look and tell me why this is happening? Hover over the image and the wrapped text drops below the image.
Hey lssu,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-26733 .image-overlay .image-overlay-inside {
height: auto !important;
width: auto !important;
}
Best regards,
Rikard
No luck :(
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.page-id-26733 a.lightbox-added {
display: initial!important;
}
Best regards,
Yigit
Perfect! Thanks! Just wondering, is this a bug with enfold or just something on my end?