You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix distorted icons on off-market & listing single pages. The active theme's broad .single img { width:initial; height:auto; margin-block-end:2rem; display:block } rule (WordPress adds .single to the body on singular posts) was stretching the small SVG icons in the Facilities & Features list and the gallery "View all photos" button.
Fixed in the plugin CSS (rch-rechat-listing.css): icon sizing is now re-asserted under the #rch-house-detail id, which outranks .single img without affecting real photos. Works on every theme — no per-theme CSS needed.
Upgrade notes
Version bumped to 7.0.54 (plugin header + RCH_VERSION; also busts the CSS cache).