Looks ok to me. Can you be more specific?
Thread Starter
TJ18
(@tj18)
Thanks for the response, well the header with my menu bar and image is stretched 1/2 way down the page and looks to be put behind the content on every page.
I opened it up on my other computer with firefox (I use chrome) and the header was fine only the image was re-sized for some reason. Last night before I went to bed everything looked fine.
I am using the Catch Box free theme, the last thing I did was put in a background.
Looks fine in FF, Chrome and IE11. I think it is a caching issue.
Thread Starter
TJ18
(@tj18)
Ya I think you are right, it opens up fine on the other computer with different browsers.
I deleted the cache but on the back-end it is still showing the header stretched like before. Any thoughts there? Thanks again
I can see that it is stretched. Try changing the height and width of #branding img in your style.css file on line 490.
height:89px;
width:207px;
Try adding this to custom CSS:
#branding img {
height: auto;
width: auto;
}
Modifying theme files is not a good idea as those changes will be lost when the theme is updated.