July 9, 201214 yr Hi, A friend of mine has modified a Prestashop theme I bought, but didn't put a background image on it, which I wanted. I tried to do this myself, but unfortunately the header is an image, which has now been hidden behind my full screen background image. Part of the header image is covered by the background on a large screen, but the whole header is gone on a smaller laptop screen. Does anybody know how I can set the stack order to push the background to the very bottom? I've tried CSS z-index, but this made no difference (I may have got the syntax wrong). My Test Site Attached is my global.css file, if anybody would be so kind to give me some pointers. Cheers Andy global.css
July 9, 201214 yr WAY too many wrappers. You can set your background on the <body> element. As for the stacking, elements later in the DOM will overlay earlier siblings.
Create an account or sign in to comment