Skip to:
Content
Pages
Categories
Search
Top
Bottom

What is this weird control thingy

  • @keress

    Member

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • @bedbugger

    Participant

    Looks like it’s gone now.

    @martenk

    Member

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

    @_ck_

    Participant

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar