Dec 07, 2022 12:19 pm
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.
7 Replies
Dec 07, 2022 12:34 pm
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%; }
Dec 07, 2022 1:27 pm
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.