you can take screenshot and upload to any image hostingm share link here.
my assumption is ERE CSS was override by CSS theme itself. So, you have to override using custom css or choose another themes which compatible with real estate plugins.
WBR,
WhyFRP
Than you for your reply.
Below the link with the sceenshots
https://1drv.ms/u/s!Ar932UhrxHt0hFAkQgzumayUueBC?e=f1tINd
I cannot change the theme. However will appreciate any suggestion on how to correct the issue ,if possible.
The ERE theme has fantastic features that are ideal for our website.
Please advise
let assume ERE CSS was override CSS theme, if you have child theme, you can take control by override ERE CSS by adding !important, for an example:
child-theme/style.css
.ere-property {
position: absolute;
top: 5px !important;
padding: 5px 0 0 0 !important;
z-index: 10;
}
Remember those value CSS above are an example, you can inspect using chrome (right click and Inspect), see which CSS was override and the values itself