Notifications
Clear all

wpForo 1.x.x [Solved] How to remove large quoting gap?

5 Posts
2 Users
1 Likes
2,428 Views
Posts: 111
Topic starter
(@nando4)
Estimable Member
Joined: 7 years ago

Hi team,

On our wpforo forum (using gvectors classic theme), we have a large quoting gap like shown below.  You can see the large empty space from the reply user, the quote, and his response beneath it. How can I remove this? The work around so far being to respond *above* the quote, yet still if the response is short there is a lot of unused realestate between the response and the quote below it.

 

4 Replies
Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

This is conflict with your theme. Please leave website URL to allow us inspect CSS issues.

Posts: 111
Topic starter
(@nando4)
Estimable Member
Joined: 7 years ago

Thank you for the reply. The website with large quote gaps is at http://egpu.io/forums/

Am looking forward to fixing this large quoting gap issue to greatly improve forum flow and readability.

Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

You can use this CSS code to fix this conflict. Put it in style.css file of your theme or in Forums > Settings > Styles > Custom CSS Code textarea, then delete all caches and do Ctrl+F5 on forum page:

#wpforo #wpforo-wrap .wpforo-post-content blockquote{ clear: none;}
Posts: 111
Topic starter
(@nando4)
Estimable Member
Joined: 7 years ago

Thank you Robert. That custom CSS Code did indeed fix the  problem.