Forums
- 
		- Forum
- Posts
 
- 
		
			
		
			- Installation
- 28,537
 - Troubleshooting
- 62,801
 - Themes
- 10,444
 - Plugins
- 15,388
 - Requests & Feedback
- 14,986
 - Showcase
- 3,257
 
- 
		
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.