This theme amazing, but have many bugs on sites with big content
http://img508.imageshack.us/img508/1063/87090780.png
When i disable stable height, all looks terrible.

Comments

ravis’s picture

Assigned: Unassigned » ravis
Status: Active » Closed (works as designed)

Hi,
You need to set word limit for teaser of articles content type, so that all posts on homepage have same number of words. And word limit should be enough to adjust in defined width and height. Set word limit to 50-60.

Administrator >> Structure >> Content type >> manage display >> Teaser >> Body >> set Trim length to 55

Please refer to this article:
http://www.drupalyag.com/drupal-theme-touch-documentation/how-to-properl...

niklan’s picture

But will be better if theme is elastic.
And some times some nodes stay alone in line with bouble left free space for another two node.
It's also best to strip the author and the date was on a level with the rest of this list, and then jump up and down because of long titles.

niklan’s picture

ravis’s picture

Its because you have modified default CSS.
I suggest you to use default CSS style.

niklan’s picture

last image with no modified css. Clean theme.

ravis’s picture

what is your website url??

Please upload images at http://pici.in
imageshack.us has lots of ads.

niklan’s picture

i didnt use this template now, cuz have many bugs and enable only for test.
Bug on last image its cuz title very long. If title in single line then all display normal.

ravis’s picture

Are you sure you have not delete height property from class .node

Make sure it is like this in style.css

/* Homepage
------------------------------------------------*/
.node {
margin-bottom: 40px;
margin-right: 20px;
float: left;
width: 300px;
height: 500px;
}
ravis’s picture

Issue summary: View changes

1