Sep 22, 2022 4:27 pm
Hi, I would like to limit quote box window because it sometimes becomes very large. Is it possible?
1 Reply
Sep 23, 2022 10:22 am
Hi
Insert the below CSS Code in Custom CSS Codes field from Dashboard > wpForo > Settings > Colors & Styles Settings:
#wpforo #wpforo-wrap .wpforo-post blockquote, #wpforo #wpforo-wrap .wpforo-revision-body blockquote{ max-width: 80% !important; }