Hi I’ve tried everything in this previous discussion: https://kriesi.at/support/topic/disable-image-overlay-function/#post-941117
but the fix is no longer working. When on a single listing the large image doesn’t show.
Hey,
There is following CSS code applied on listing images
.bootstrap-realtypress .rps-property-photo-row .bx-slider li img {
position: absolute !important;
}
changing it to following works
.bootstrap-realtypress .rps-property-photo-row .bx-slider li img {
position: initial!important;
}
However i could not locate where the code is coming from and because of !important rule, custom CSS code i add to bottom of Style.css file of your child theme is not working. Could you please contact plugin authors and ask if they have any insight?
Best regards,
Yigit
Hi, thank you, this worked well. There is another issue though, where if you hover over the images, they grow to 100% size, or suddenly jump to be really big. Can you have a look at that? Thank you!!!
I looks like inline code in the tag is causing the issue:
If I comment out the display: block then it no longer makes the image too big.