Notifications
Clear all

wpForo 1.x.x [Closed] Odd space between menu items in the top bar and search icon falls off the end

10 Posts
4 Users
4 Reactions
4,976 Views
Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

Please navigate to Dashboard > Forums > Settings > Styles admin page, put this CSS Code in Custom CSS Code textarea, save it, delete all caches and press Ctrl+F5 on forum front:

#wpforo #wpforo-wrap .wpf-search input[type="text"].wpf-search-field {
background-color: transparent; display:inline-block
}
#wpf-widget-search .wpforo-widget-content input[type="text"]{
display: inline-block;
}
the_watchkeeper
Posts: 8
Topic starter
(@the_watchkeeper)
Active Member
Joined: 6 years ago

Thank you! That fixes the position! When you click the search icon the bar doesn't turn white and you can't see text as it's entered. Is that a problem with my color settings or is there another conflict going on? Thanks

Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

Please add this CSS code as well. Don't forget delete all caches and press Ctrl+F5 on forum front after adding the code.

#wpforo #wpforo-wrap .wpf-search input[type="text"].wpf-search-field:focus {
      background-color: #FFFFFF;
}
2 Replies
(@markransome)
Joined: 6 years ago

Eminent Member
Posts: 20

Thanks for this little fix, but the original post was last year, how come this has not been resolved in any updates?

Just curious about updates!

Mark

Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10587

wpForo doesn't have such issue. This is a theme conflict. So the CSS code above doesn't fix any bug in wpForo, it just fix the conflict between some themes. Those WordPress themes are very rare.

Page 2 / 2