Jump to content
Sign in to follow this  
noelsaw

featured image pushing content to the right

Recommended Posts

noelsaw

For whatever reason when I assign a featured image, it's pushing the rest of the content to the right column on the index page. I've tried resetting both the Global and Layout options with the default settings button. Screenshot: https://skitch.com/noelsaw/r5t2n/fullscreen When I used the free Platform Pro the featured image function was a no-brainer and worked great out of the box. I have disabled all 17 (!) of my plugins and no luck.

Share this post


Link to post
Share on other sites
catrina

I visited your website and I don't see the problem (the text content is where it should be). I'm looking at the individual post page: http://wpverse.com/2011/04/wordpress-for-dummies-free-cheat-sheet/ Did you make any recent changes to the site?


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
noelsaw

hi Katrina, I took down the featured images because I didn't want to leave the site possibly broken looking for a few hours. I tried the featured image on a sandbox site and it worked fine. I am going to try re-uploading the theme files and see if that helps.

Share this post


Link to post
Share on other sites
noelsaw

I've uploaded just fresh copies of both the base and Platform Pro theme files downloaded from Launchpad to the site and it's still breaking the home page when I enable featured images. I'll keep it "broken" for the next 2 hours if anyone can figure out a fix... http://wpverse.com/ It's interesting the smaller thumbnail post works in category view: http://wpverse.com/category/hidden/

Share this post


Link to post
Share on other sites
catrina

I noticed this in the code for the thumbnail:

<div class="post-thumb" style="margin-right: -633px;">
This styling is doing nothing, but on the other hand there is this code:
<div class="post-header fix" style="margin-left: 633px;">
^ This code is apart of the problem. It's pushing your text content too far to the right. Try adding this CSS to your custom code area or the base.css file in the child theme and check out what the site looks like:
div.post-header {margin-left: 0px;}


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
noelsaw

Hi Katrina, thanks for all your help! So I think I figured it out...one of my plugins or something had modified the thumbnail size under WP admin settings -> media to something much larger than 150x150. So once I set it to 150x150, the page looks fine now.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×