Wrapping post category

Hi…via the above link, when viewed in mobile format, you’ll see that the category title goes off screen. I’ve isolated the p-meta a element in a CSS override but can’t find anything that will wrap the text onto the next line. I can’t get wet overflow or flex wrap to work.

Would be very grateful for your help with this.

Regards,

Chris.

Hello Chris,

Thanks for writing in! It is behaving that way because of the CSS code in the stack style.css.

.p-meta>span>a {
    white-space: nowrap;
}

Feel free to update the code above and add modified CSS code into Pro > Theme Options > CSS.

.p-meta>span>a {
    white-space: normal;
}

Best Regards.

Perfect!..thank you very much.

Chris.

Hi Chris,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.