logo in header
-
Hello again.
I need some help getting a logo next to some text in the header.Similar to what I have done here: https://www.sabaki.dk/VKS/
This is what I inserted last time in with “Clean Simple White” Theme in the style.css-file:
#header h1 a {
padding: 15px 0px 30px 120px;
background: url(https://www.sabaki.dk/VKS/wp-content/themes/clean-simple-white/vks-logo.png) no-repeat;
}
#head-desc {
padding-left: 120px;
}So I thought I should just write something similar for the new website and new logo:
#header h1 a {
padding: 15px 0px 30px 120px;
background: url(https://viborghallen.dk/wp-content/themes/twentyeleven/vhm-logo.png) no-repeat;
}
#head-desc {
padding-left: 120px;
}But it does not work. Any suggestions?
- The topic ‘logo in header’ is closed to new replies.