cshoffmann 0 Report post Posted April 14, 2011 I am asking for help to find the error of my css that is causing the post excerpts in magazine layout mode to not be inline with each other. Site: http://jetiquette.murwood.net Screenshot: http://www.screencast.com/users/cshoffmann/folders/Jing/media/9c459aa3-c456-4454-8229-7fb45d08819d Share this post Link to post Share on other sites
ricardo 0 Report post Posted April 14, 2011 Hi Shaun! The .clip width is too wide... apparently is set for 47%, try 46 and or 45. Ricardo Share this post Link to post Share on other sites
cshoffmann 0 Report post Posted April 15, 2011 #pagelines_content .clip { width: 40%; } That doesn't work either. . .see screenshot http://www.screencast.com/users/cshoffmann/folders/Jing/media/c03105ae-d2f2-4ec7-8eb2-3743acacba25 Share this post Link to post Share on other sites
cshoffmann 0 Report post Posted April 15, 2011 Could this have anything to do with it: http://screencast.com/t/Nvc5k602m Share this post Link to post Share on other sites
cshoffmann 0 Report post Posted April 15, 2011 Could this have anything to do with it: http://screencast.com/t/Nvc5k602m Share this post Link to post Share on other sites
ricardo 0 Report post Posted April 15, 2011 No, that's part of common.css from platformpro/css/ Found it! In your base.css you added a clear rule that is causing that. Look for this: .hentry, .hcopy { background: white url(http://www.dearskysteward.com/wp-content/themes/iblogpro/images/post-bg.png) repeat-x left bottom; clear: both; border: 1px solid white; border-bottom: none; } Either delete the clear or replace both by none. Ricardo Share this post Link to post Share on other sites
cshoffmann 0 Report post Posted April 15, 2011 Yes, I had thought that as well. I have now removed all custom css from my base file. Still no results we had hoped for. I am really puzzled by this one. It's like the Suduko puzzle that can't be solved. I have got to get some sleep now, but I hope we find an answer. I have got solve this one by the end of tomorrow. Thanks for hanging in there with me! Share this post Link to post Share on other sites
ricardo 0 Report post Posted April 15, 2011 No?? Weird! It's working for me! Anyway, I'm doing the same! Long day! Share this post Link to post Share on other sites
cshoffmann 0 Report post Posted April 15, 2011 Hey, I just had to clear my browser cache. It works! Back on schedule again. Thank you! I am going to get some sleep now. Share this post Link to post Share on other sites