XF 2.2 Prefix on its own row

Sirmadsen

Active member
Licensed customer
Hi,

Would it be possible to move prefixes to its own row? For example above title or below title?
 
Just to be clear here, apparently there is a setting for this in style options. But that only changes appearance in forums, not in resources.
 
i don't have resource manager, so i can't test, but you can probably do this easily with some extra css.

Code:
#yourelement::after{
    content: "\a";

find the element and put a linebreak after it (\a).

before psuedoclass can work too if you target the prefix element itself.
 
i don't have resource manager, so i can't test, but you can probably do this easily with some extra css.

Code:
#yourelement::after{
    content: "\a";

find the element and put a linebreak after it (\a).

before psuedoclass can work too if you target the prefix element itself.
I'm sorry, I have no coding skill at all. I tried what you said but I have no clue where to find what.

Would be great though if @XenForo could just make the style setting being global instead of just forums. Or even add a placement settings directly in prefix group settings.
 
Back
Top Bottom