Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
How do I reduce the width taken by the upvote, downvote and tick buttons in QA layout? They are taking about a third of the useful screen area which is too much.
Hi @sydchako,
Insert this CSS Code in Custom CSS Code Field at Dashboard > wpForo > Settings > Colors & Styles:
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left { width: 35px; }
And this one for making the Forum Full width:
#main #content { width: 100%; }
Here is another screenshot of some mathematical equation overlapping the post area because its too narrow. Can you please help me widen that post area by reducing the padding. With other layouts, the width and padding are OK, and nothing overlaps. But I can't use other layouts because they lack the QA schema, which is what I need in the QA format.