@media (max-width: @xf-responsiveMedium)
{
.structItem-cell.structItem-cell--meta
{margin-top:40px}}
Try this in extra.less
Code:@media (max-width: @xf-responsiveMedium) { .structItem-cell structItem-cell--meta {margin-top:40px}}
I'm not able to test right now but if you do that you may not need to change the height .
Or you might do it with position.
Thanks for your code but it doesn't work.
@media (max-width: @xf-responsiveMedium)
{
.structItem-cell.structItem-cell--meta
{margin-top:40px}}
Yes I'm aware. What I meant is that with the margin top , that will force the extra height you want without needing to define it inThe larger height is by design. I did it on purpose.
.structItem-cell.structItem-cell--icon
Add this:.structItem-cell.structItem-cell--latest
So
Code:@media (max-width: @xf-responsiveMedium) { .structItem-cell.structItem-cell--meta,.structItem-cell.structItem-cell--latest {margin-top:40px}}
Yes, that's why I said I don't think it is what you want. As the title alters the height depending on whether it is one line or two , that is why I suggested the minimum height so it stays the same whether it's one or two, but obviously when it is one line, the second line is empty.The info of the thread starter should stick to the title instead of floating in the middle of the block. And the info of the replies count and last post date should stick to the bottom line.
We use essential cookies to make this site work, and optional cookies to enhance your experience.