Sign Up!

Features
MLS Coverage
Pricing
FAQ
News
Signup

Search the Knowledgebase

Loading
Getting Started Guide
Email Support
White space displaying inside IDX pages
Article Details

Last Updated
29th of December, 2011

User Opinions (1 vote)
100% thumbs up 0% thumbs down

How would you rate this answer?
Helpful
Not helpful
Sometimes a conflict between stylesheets can result in large white spaces between (for example) the property type drop-down and the rest of the form. In these cases, applying a float: left or float: right to #IDX-main will typically correct the issue. To correct, log into your IDX account and go to Customize --> Custom CSS. If you have a sidebar on the left of your pages, add this to the general CSS section at the top:

#IDX-main { float: right; }

If you have a sidebar on the right side of your pages, add:

#IDX-main { float: left; }

Related Articles
No related articles were found.
Attachments
No attachments were found.

Continue