Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: What is this weird control thingy


_ck_
Participant

@_ck_

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.

Skip to toolbar