XF 1.2 All prefixes the same width?

JMEWLS

Active member
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
 
Top Bottom