Cannot See My Logo
-
Hi,
I’ve been trying to get my head around the CSS and how it displays my logo on my site https://www.writingnomad.com/. What I have done so far is create my new logo and replaced the original one with mine, keeping the name the same for ease of use.
However, I cannot see my logo in my header, no matter how I chop and change the stylesheet code.
This is the code I currently have:
#logo {
float:left
top:0px;
width:150px;
height:150px;
z-index:2000;
position:relative;
background: url(../images/logo.png) top center no-repeat;
}
The size of the image is correct and so is the name but other than that, I’m so lost. Could anybody help me please to get this fixed?Thank you
Monika
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Cannot See My Logo’ is closed to new replies.