I’d need a link to a live example to help
Hi robin,
I changed it to live-mode (because is under construction yet).
https://goo.gl/G4tuLA
ok, nothing obvious.
apart from bbpress, what other bbpress related plugins are you using ?
When I change to any default wordpress theme the issue seems fixed. I thought It is something related with the theme
Minimal Coming Soon & Maintenance Mode
Inline Image Upload for BBPress
WP User Avatar
Yoast SEO
not sure if it’s theme or plugin – maybe be a combination
anyway if you are happy not to have the avatar showing in that line, then this fixes
#bbpress-forums div.bbp-template-notice img.avatar {
float: left;
}
add it to your custom css.
Thank You. Well, I saw the issue since the first time I installed bbpress and there wasn’t any extra plugin.
Notice Bar is fixed now, but Avatar and Username still floating…
If it helps… I can deactivate all plugins right now!?
Again easiest solution is to not to show the avatar
#bbpress-forums p.bbp-topic-meta img.avatar {
display : None ;
}
The issue isn’t actually with this css, but changing it is the quickest solution !
Yep, it is fixed now but avatars are cool…
I appreciate your help.
I will wait to see author answer in theme forum support.
sorry, but only so much I can fix for free 🙂