Quantcast
Viewing all articles
Browse latest Browse all 112706

Tulimafat on "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: http://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(http://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(http://viborghallen.dk/wp-content/themes/twentyeleven/vhm-logo.png) no-repeat;
}
#head-desc {
padding-left: 120px;
}

But it does not work. Any suggestions?


Viewing all articles
Browse latest Browse all 112706

Trending Articles