XF 1.2 All prefixes the same width?

JMEWLS

Active member
Licensed customer
I can't seem to make them all a certain width.

I've added width:100px; to the threadprefix.css. Tried to wrap the prefix in <span style="width:100px;">...

Any ideas?
 
Still no change added the !important extension too. :/

Have you tried replacing what brogan gave you ".prefix" with your own class prefix names? The css brogan supplied works.

Example my prefix class for one of the prefixes is ".BBtutorial so I inserted the following

Code:
.discussionListItem .BBTutorial,
.searchResult .BBTutorial
{
  width: 200px;
}

Screenshot_22.webp
 
You've got some issues with your style - the avatars aren't displayed in the thread previews for example.
Do you have any outdated templates?
 
Back
Top Bottom