I have tool tips enabled, but isn't the default behaviour on touch devices to disable them, and add it into the node information area?The RSS icon I can probably move next to the last post info so it doesn't go on-top of the node description. Or I can put a padding on the rght.
As for the height, there really isn't any good way to fix this. I recommend using tooltips when using side by side nodes, since the height of the node description is whats making some nodes taller than others. Its important to also note that this isn't a table (as in <table>), its emulating one only by appearance, not any other way. I researched thoroughly doing side by side nodes using display: table. The only way would be to convert it to a table and no one wants that![]()
Just bought it as well. Great work! Love the additional style properties.I'm really enjoying it as well. Some really cleaver touches to make it easier to customise.
Good point. I could add a fixed height to the node and add a scroll bar if it overflows. Ill make it a pretty scroll bar. That sound good? There isn't any obvious solution to this issue, I had already given it some thought.I have tool tips enabled, but isn't the default behaviour on touch devices to disable them, and add it into the node information area?
It's hidden totally on the iPhone, but visible on the iPad
It's not really that much of an issue for me. It was only when I saw the RSS icon covering the description text that I paid a bit more attention and saw it.Good point. I could add a fixed height to the node and add a scroll bar if it overflows. Ill make it a pretty scroll bar. That sound good? There isn't any obvious solution to this issue, I had already given it some thought.
Actually, I can fit it by changing the CSS a bitIt also does it when in desktop view when using tooltips, and it seems to affect ones with longer descriptions, such as this section on my site: http://www.z22se.co.uk/forums/engine-queries.3/
View attachment 54649
.node .nodeText {
margin: 10px 270px 10px 56px;
min-height: 40px;
}
.node .nodeText {
margin: 10px 270px 10px 50px;
min-height: 40px;
}
All live for me on http://xenmediagallery.com![]()
We use essential cookies to make this site work, and optional cookies to enhance your experience.