Notifications
Clear all

wpForo 1.x.x [Solved] Forum search design

2 Posts
2 Users
0 Likes
1,161 Views
Posts: 73
Topic starter
(@srtalop)
Estimable Member
Joined: 5 years ago

Hi team, my forum search widget shows different to yours, I guess it might be CSS? Please, see attachement.

Topic Tags
1 Reply
Sofy
Posts: 4310
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @srtalop,

yes, it's a small CSS conflict with the active theme. Put the following CSS code in "Custom CSS code" textarea (Dashboard > Forums > Settings > Styles admin page), save it delete all caches, do CTRL+F5 on forum frontend. 

.wpforo-widget-content input[type=submit].wpfw-20 {
min-width: 0 !important;
}