how could I add my logo in the header?
-
dear sirs
i’d like to know how could add a logo in my header
as I am a very begginner in css or web design at allThe blog I need help with is: (visible only to logged in users)
-
-
-
I’ve only just started but I wanted my logo by the heading and it took hours of experimentation before it worked. If it saves anyone else time, that’s great. I am using Customized Inuit Types theme but presumably works elsewhere. You can change the ‘right’ to left or center – and adjust the margin accordingly.
#header {
background: url(‘http://xxxx.jpg’) no-repeat scroll right transparent;
height: 60px;
margin-top: 0;
margin-bottom: 20px;
margin-right: 110px;
}#header .SAMPO|MEDIA {
margin-top: 0;
}Sorry if it doesn’t help
-
-
thanks all
i will try it
and if anybody have a link to css tutorial for codes and how to do things
please share it with usthank you again
-
- The topic ‘how could I add my logo in the header?’ is closed to new replies.