When viewing a listing on mobile, the contact form appears at the bottom of the listing below the map. The problem is that there are 'Related Listings' between the location map for the listing and the contact form. It also has '← Previous Listing Next Listing →' in the same position. If I was a business paying for a listing I would not want to see my competitors listings in between my location map and my contact form!!! Please consider moving 'Related Listings' and '← Previous Listing Next Listing →' to below the contact form on the next theme update, or tell me how to do it! The way I see it, this is not good for business!! Thank you.
In mobile view content area display first then sidebar after that. So it is not possible to display lead capture before related listings. The only solution is you can remove related listings from mobile view. For this Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: @media only screen and (max-width: 480px) { .related_item { display:none;}}
Thanks Nitesh Is there a way to break the page (main content area) and insert the sidebar content at a certain point?
It require layout customization, So currently we can't promise you, but will try to accomplish it in future versions.
Thanks Nitesh - I think listings owners will appreciate their profile not being interupted by a competitor!