Info
- 4 posts
- 4 voices
- Started 3 years ago by keress
- Latest reply from _ck_
- This topic is not resolved
What is this weird control thingy
-
- Posted 3 years 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.
-
- Posted 3 years ago #
Looks like it's gone now.
-
- Posted 3 years ago #
Check if the title-div is limited in width i n the css. Could be causing the scroll bar...
-
- Posted 3 years ago #
It's this in your
style.css#header h1 {
font-family: Georgia;
font-style: italic;
overflow: auto;Take out that
overflow:auto;or make itoverflow:hidden;It's happening because you must have the H1 in a fixed width container somehow.
-
You must log in to post.