• Good Day,
    After installing the plugin, the images are no longer aligned.
    The theme used is Tour Package by https://goodlayers.com/.
    Our website is at the moment under maintenance.
    How can we send screenshots for your appreciation??
    Best regards
    Jose

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    Thread Starter jotooga

    (@jotooga)

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Images alignment’ is closed to new replies.