The issue: the magazine category boxes end before the content does, cutting off part of the last content there. There is an inline height value in a div that wraps around the ul category list. This is from the HTML generated by my site where this is happening (Minna Magazine theme front page)
- Code: Select all
<div class="suf-mag-category suf-tile-2c bottom" style="margin-left: 0px; margin-right: 3px; height: 406px; ">
<h2 class="suf-mag-category-title center">New Films</h2>
<ul class="suf-posts-thumbnail">
Using 'Web Inspector'(Safari) or 'Inspect Element'(Chrome) the height metric for the UL list element is more than the 406px in the parent div above, so it's cut off.
I've been trying to fix it here myself, and have used .suf-mag-category {height: 100% !important;} in the custom css, which will get it to show the content, but it's then uneven and then takes away the choice of button positions in Suffusion Options Suffusion Options > Templates > Magazine > Button position (below the excerpt or at the bottom of the excerpt box).
Hope this was clear. I have this Button position setting set at "At the bottom of the excerpt box", but have tried it the over way. I've turned off all plugins, and taken out custom CSS. If anyone knows of the right CSS to resolve this better than what I have above, I'd be very appreciative.
The site I'm refering to is: http://dev.collectiveeye.org
Mac OS X 17.0.963.79 Chrome Screenshot:

Mac OS X 5.3.1 Safari Screenshot

I've also tested in Adobe BrowserLab, where their version of Mac OS X Safari looks the same. But their version of Chrome is only up to version 14, and that isn't having the same problem.
Thanks much, love your theme!



