Forums
-
- Forum
- Posts
-
- Installation
- 28,399
- Troubleshooting
- 62,321
- Themes
- 10,391
- Plugins
- 15,318
- Requests & Feedback
- 14,933
- Showcase
- 3,253
-
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.