Block 2's Across Displays uneven

Posted in: Newsmag
Post count: 38

First let me say that you guys ROCK.. The NewsMag theme is awesome and the tagDiv support is amazing!

I have one last issue we can not solve. As you see from this SS: https://www.dropbox.com/s/x03xqtbjek7t6rh/block%202%20uneven.PNG?dl=0

We have 3 x block set, running the full width displaying 1 article each. We cant seem to get the pagenation buttons to line up even. I know it has to do with the amount of summary text displayed. We don’t mind some white space for posts with shorter text, but cant seem to figure out how to make the titles, images and pagenation buttons to display horizontally even. Right now everything except the pagenation buttons are perfectly aligned.

Can you please help me with this?

Thank you

Post count: 7909

Hi,

Unfortunately this issue can happen because of content-excerpt(in some cases title excerpt). Even the excerpt length is the same, some articles may contain long words like in your case and start another row – http://screencast.com/t/jQgfFkQcbwKWhttp://screencast.com/t/g3B0Ctvbyr2D
This issue cannot be solved from excerpts, but you could try this css if you want to fix this issue at least on your homepage: http://screencast.com/t/aYrMjuA3http://screencast.com/t/D9htbcO5

@media (min-width: 768px){
.home .td_block_2 .td_module_4 .td-excerpt {
min-height: 100px;
}
.home .td_block_2 .td_module_4 .entry-title {
min-height: 63px;
}
}

Hope this helps!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.