Header problem
-
I’m using a theme called Magatheme
The problem that I am having is that I have added my logo to the top left of the design but it is hidden behind the navigation bar and the header/title text.
Here is a link to my blog so you can see for yourself: https://www.inputout.com/blog
1. How do I remove the text at the top left?
2. How do I create space around my logo?Here is the CSS coding for my header:
/* header classes */
.header {background: url(“/blog/inputout.gif”) no-repeat bottom left; }
.header img {margin-bottom:18px; height: 85px; width: 159px; }
.header {margin:18px 0 0;color:#4F4F5F;}
.header ul {list-style-type:none;}
.header a:link { text-decoration: none; color: #FFFFFF; }Also, once I have the image where I want it, how do I make it a link to the blog’s url?
Many thanks in advance to anyone who can help.
James
- The topic ‘Header problem’ is closed to new replies.