PDA

View Full Version : How to fix the height of each listings box



rosegarden
July 2, 2012, 12:54 PM
Hi flynax team,

Currently now the of height of each listing box is based on the content of each listing making some taller and some shorter.

How can set and fixed the height of each listings box so that it is neater regardless how long or short the listing title.

Vladimir
July 3, 2012, 04:58 AM
Hello,

You can try to add height in css file (../css/style.css)



div#listings div.item {
background: none repeat scroll 0 0 white;
border-radius: 8px 8px 8px 8px;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
padding: 13px 13px 10px;
height: 150px;
}

Viktor
July 11, 2012, 05:54 AM
Hello,

Yes you may add height for it but this solution not correct because it will looks crooked if title will be 3-4 lines.
I suggest you create new ticket for it. And we will solve it.

rosegarden
July 12, 2012, 06:28 AM
Hello
Yes i tried it weeks ago but it did not work so i didn't bother

This is not critical so forget it.

Viktor
July 12, 2012, 10:38 AM
Hello Desmond,

If in the future you want we to fix it just create a ticket. ;)