Feb 14, 2019 5:17 pm
Hi team, my forum search widget shows different to yours, I guess it might be CSS? Please, see attachement.
1 Reply
Feb 15, 2019 8:19 am
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;
}