XF 2.2 Prefix on its own row

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.
 
Top Bottom