G-Curvy Wordpress 1.0

While helping a good person set up a blog, I faced the following problem in a G-Curvy Wordpress 1.0 template: a horizontal scroll bar was appearing at the bottom, the template was very much stretched.

Digging through the code, I found a small typo.

So, just need to delete one character in the template css file, namely change width:8985px; to width:895px;

1
2
3
4
5
6
7
#img{
	background-image: url(images/img.jpg);
	background-repeat: no-repeat;
	height: 259px;
	width: 8985px;
	margin-top: 17px
}
comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy