Forums

Join
bbPress Support ForumsInstallationWhat is this weird control thingy

Info

What is this weird control thingy

  1. Look right under the heading "Berry Hill Forum" at

    http://www.berryhilldripblog.com/bbpress/

    There is a weird control panel, looks like for an audio player. There is nothing in the header.php that could be generating this. I'm thinking it's something from the forum.php file, but don't know where to look.

    Thanks for any help.

  2. Looks like it's gone now.

  3. Check if the title-div is limited in width i n the css. Could be causing the scroll bar...

  4. It's this in your style.css

    #header h1 {
    font-family: Georgia;
    font-style: italic;
    overflow: auto;

    Take out that overflow:auto; or make it overflow:hidden;

    It's happening because you must have the H1 in a fixed width container somehow.

  5. You must log in to post.