Problem with BuddyPress Scholar Theme

Has anyone seen this problem? I have cleared cache tried on different computers but result is the same. Shows up fine in IE but not in Chrome.

[attachments are only viewable by logged-in members] [attachments are only viewable by logged-in members]

  • Patrick Cohen
    • Technical Docs Wrangler

    Hi there @John

    I hope you’re having a great day!

    Yep, I see that too in Chrome. It’s due to the #login-box having a fixed width of 660px, which is not quite wide enough. It really only needs one more pixel to settle onto a single line. :slight_smile:

    In your network admin under Themes > Editor, please open bp-scholar/_inc/css/bpscholar.css and locate this line:

    #login-box{float:left;text-align:left;width: 660px;}

    Change the width to 661px and save. You should then see the login box sitting pretty in all browsers.

    I’ve notified the theme developer so he can get that fixed up for the next update.