Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14973
    shamwow
    Member

    Hi, I’m a Realtor and the MLS feed shows properties on a few of my pages but they are displaying too small not centered and there is a weird border, how can I fix that. My website is http://www.wealthbuildingproperties.com go to the homes or condos links.

    Thank u! Rachael aka Shamwow

    #14987
    Sakin
    Keymaster

    @shamwow: Please don’t add email signatures and reply here. This is public forum.

    I just check in your links and found that is added from css of wolfnet-idx-for-wordpress plugin. The only image shadow in your logo soflims is added from our theme. You can remove that by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page .entry-content img { box-shadow: none; }

    For that listing you need to contact plugin author to fix the css issues. They have following CSS which is giving issue.

    .wolfnet_widget.wolfnet_featuredListings .wolfnet_listing .wolfnet_listingImage img, .wolfnet_widget.wolfnet_listingGrid .wolfnet_listing .wolfnet_listingImage img {
        border: 1px solid #EBEBEB;
        box-shadow: 0 5px 10px rgba(153, 153, 153, 0.25);
        height: 95px;
    }

    If you look that the css, it’s height is fixed 95px. So, as per this plugin your email should be of same proposant.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Image Border’ is closed to new replies.