Tagged: bbpress, mobile, responsive
Hi, in the Enfold theme demo, the bbPress forum looks great on a mobile phone. But when I install the theme and have only bbpress (v2.5.3) activated as a plugin, it looks like this:
Any idea on what’s causing this? I’m on a fresh install of WordPress 3.8.1. Thanks…
Hey coastalangler!
Can you post the link to your forum page with a temporary login so we can take a look?
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .bbp_widget_login .bbp-logged-in .button { left: 0; top: 96%; }
#top .bbp_widget_login { margin-bottom: 20px; }
.single-topic #bbpress-forums div.bbp-reply-author { width: 100%; }
a.bbp-author-avatar { position: static!important; }
Best regards,
Yigit