@keress
15 years, 9 months ago
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.
@bedbugger
Looks like it’s gone now.
@martenk
Check if the title-div is limited in width i n the css. Could be causing the scroll bar…
@_ck_
It’s this in your style.css
style.css
#header h1 {
font-family: Georgia;
font-style: italic;
overflow: auto;
Take out that overflow:auto; or make it overflow:hidden;
overflow:auto;
overflow:hidden;
It’s happening because you must have the H1 in a fixed width container somehow.