Forums
-
- Forum
- Posts
-
- Installation
- 28,485
- Troubleshooting
- 62,573
- Themes
- 10,431
- Plugins
- 15,356
- Requests & Feedback
- 14,970
- Showcase
- 3,256
-
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.