The issue you’re facing with the OS Property component template (extra white space on left and right in mobile view) is usually caused by a responsive CSS container not being set to 100% width or by padding/margin rules applied to a fixed-width wrapper. You can try inspecting the main layout div and adding or adjusting CSS like max-width: 100%, width: 100%, and overflow-x: hidden for the mobile breakpoint, as well as checking if any Bootstrap container or row is incorrectly constrained. Sometimes this also happens when images or inner sections are not responsive, so ensuring img { max-width: 100%; height: auto; } can help. Similar layout responsiveness is important in any web-based platform such as https://faisalhillsmap.pk, where clean mobile display ensures users can easily navigate maps and property information without unwanted side spacing or scrolling issues.
The issue you’re facing with the OS Property component template (extra white space on left and right in mobile view) is usually caused by a responsive CSS container not being set to 100% width or by padding/margin rules applied to a fixed-width wrapper. You can try inspecting the main layout div and adding or adjusting CSS like max-width: 100%, width: 100%, and overflow-x: hidden for the mobile breakpoint, as well as checking if any Bootstrap container or row is incorrectly constrained. Sometimes this also happens when images or inner sections are not responsive, so ensuring img { max-width: 100%; height: auto; } can help. Similar layout responsiveness is important in any web-based platform such as https://faisalhillsmap.pk, where clean mobile display ensures users can easily navigate maps and property information without unwanted side spacing or scrolling issues.