wrapper code in css
-
Okay. I completely love cheerupemokid.com and I am trying to emulate his layout. Not his graphics or content mind you, just his overall layout. He is using multiple wrappers for some of his graphics. I am trying to get that element to work.
I found the code in his style.css as follows:
.wrapper-top {
min-height: 196px;
margin: 0 auto;
background-color: #d9d9d9;
background-image: url(‘img/bg-head.jpg’);
background-repeat: no-repeat;
background-position: center top;
}When I put this in my theme’s css, I get nothing, and yes, my image is using the same name for now. He has a top, mid, and bot wrapper. Any thoughts as to why it won’t work in mine? – Thanks
The topic ‘wrapper code in css’ is closed to new replies.