• Hi all,

    I have two issues I’d like your help on regarding http://popcitylife.com

    1. Regarding featured images. We’ve been avoiding using them because of the issues, but we’d love to be able to automatically cross-post, and sites like Facebook and Twitter only pull the featured image.

    Regardless of the size of the uploaded image, on the home page, it will zoom/crop to display as 707×393. I would honestly like to remove it from the home page entirely; we’re using the “your latest posts” as a homepage rather than a specific Page.

    I have tried adding the following to the CSS to no avail:

    .entry-featured .entry-thumb {
    	display: none !important;
    }
    
    .loop-thumb {
    	display: none;
    }

    2. Upon viewing the website, as you can see, there’s a LOT of space between the posts. I would like to trim that down.

    I tried adding the following to the Edit CSS area:

    #content article {
       margin-bottom: 10px;
       padding-bottom: 10px;
    }

    also to no avail.

    Any help on either issue would be most appreciated. I’ve been poking around the CSS looking for a specific bottom-margin to edit, but there’s a WHOLE LOT OF ‘EM and knowing the header to look for would be awesome.

    CSS: http://pastebin.com/RFDYDejg

    Thank you!!

  • The topic ‘[Theme: Highend] Featured Image Issues, Space Between Posts’ is closed to new replies.