Support » Plugin: WP-Property - WordPress Powered Real Estate and Property Management » Shrinking the map on listings pages so the sidebar appears correctly

  • LOVE the plugin, it has saved me hours on a big project (and I’ve bought a bunch of the premium addons) but I have one small problem.

    I’m using the Responsive theme by CyberChimps and the widgets I’ve set in the sidebars for my property types are showing up below the property.

    Lookie – screenshot

    I’m fairly sure the size of the embedded map is knocking everything out of whack but I can’t suss which css class of the iframe is using so I can’t bully it into shrinking.

    Or am I missing a far easier way of shrinking the map on property pages? Can I exclude the map by default?

    http://wordpress.org/plugins/wp-property/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, I’m also experiencing this problem.. Andrew, did you already solved it? How did you do? Please teach me..

    Or do anyone here knows how to do with this? Please help me…

    Use a plugin such as “Custom CSS” to add the following:

    #container.single_family_home_container{
    width:600px;
    float:left;
    }

    This will only solve the problem for the single_family_home property type. You will do do the same for all property types.
    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shrinking the map on listings pages so the sidebar appears correctly’ is closed to new replies.