I got a small width problem in my category layout. I made the last post part bigger from 20% to 28%, and this works fine.
However, the lastpost text field does not increase to 28%, the span class keeps looking at the old value of 20%, this wasting the extra space.
I used this code and this seems to work for the layout of the items itself.
- Code:
dd.dterm {width: 48% !important;}
dd.lastpost {width: 28% !important;}
Included a picture with the red box line around the un-used space. If I set more characters in AP the line will break at the edge of the blue span class box.
Version: PHPBB3
Most likely I forgot somethng.... I tried several other combination found on this forum, but none made the text field grow bigger.
Last edited by Meesleepbeest on December 12th 2015, 3:47 pm; edited 1 time in total