Background header image repeat fix

I noticed that if you add a image to the header using template editer inside magneto the image is repeated on both x and y when the screen is resized. To fix:

Go to the layout.css file arounf line you’ll see

HTML Code:

#ja-header {}

/* CONTAINER

This is a empty tag. So at line 17+- add the following:

HTML Code:

background-repeat: repeat-x;

1 answer

Please login or Register to Submit Answer

Written By

Comments