Support
Support » Plugin: Ultimate FAQ - WordPress FAQ Plugin » How to remove horizontal scrollbar?
(@heathcliff2013)
9 months ago
I’m setting up the FAQ but I discovered it’s adding a horizontal scrollbar below the answer when the answer reach an amount characters. How to fix this?
Solved | By adding the css code below the problem is solved.
.ufaq-faq-div { white-space: normal !important; }