This one shouldn´t be to hard to do, but I cant seem to remove the two thin white lines that interfere with the banner on my wordpress site.
Link: http://jennyhutchens.com/gryte/
Any help would be much appreciated!
This one shouldn´t be to hard to do, but I cant seem to remove the two thin white lines that interfere with the banner on my wordpress site.
Link: http://jennyhutchens.com/gryte/
Any help would be much appreciated!
the lines are likely to be caused by this background image:
http://jennyhutchens.com/gryte/wp-content/themes/paragrams/images/main-bg.gif
in style.css in:
.li_container {
background-attachment: scroll;
background-image: url(images/main-bg.gif);
background-repeat: repeat-y;
background-position: left top;
}Thanks a lot. Removed the background-image and the lines disappeared :)
You must log in to post.