Category overview I want a line break

hohleweg

Active member
Licensed customer
Hey
I have this:
a.webp

and i want this: (fotomontage)
b.webp

i cant read the komplett the headline
thanks.
 
I think for good measure you want word-wrap: unset too.

CSS:
[data-template="xfrm_category_view"] a.categoryList-link {
    white-space: unset;
    word-wrap: unset;
}
 
Back
Top Bottom