Neton;21907Hi,
i don’t know how to fix that.
My template in IE is fine, but mozila firefox show template in diferent way…
my website is http://www.njmwindows.ie
Help me. please.
Thanks in advance
This may be hapening because you removed the tools menu.
You can set the header-bg.jpg to display at a set value.
In template_css.css search for
#ja-headerwrap {
background: url(../images/header-bg.jpg) no-repeat top left;
}
and change it to
#ja-headerwrap {
background-image: url(../images/header-bg.jpg);
background-repeat: no-repeat;
background-position: 350px top;
}
You will need to play around with the background-position: 350px until you get it where you want it.
Good luck