Does my header and page fit on your browser window?
-
Hi –
I’ve created a child theme for WordPress theme Thematic, and I need to know if my header image is messing up the width of my blog pages.
They fit fine onto my screen, but I have a wide-screen laptop and don’t have access to other computers.
Here is my blog.
And this is the CSS that puts the image in…
#branding {
background:transparent url(images/banner.jpg) no-repeat scroll center top;
background-position: bottom;
height:210px;
position:relative;
z-index:10;
}I pasted this in my stylesheet from something I read on the Themeshaper forum, because I haven’t learned enough CSS yet to create much of my own. If it needs fixing, could one of you folks give me suggestions? Thanks!
- The topic ‘Does my header and page fit on your browser window?’ is closed to new replies.