Adding logo to header while keeping title and tag
-
So this is a follow up from another post that said resolved so I created a new one. You suggested to do this:
.site-title a {
background: url(https://example.org/image.png) 0 0 no-repeat;
text-indent: -15000px;
display: inline-block;
width: 300px;
height: 100px;
}
But I want to keep the title and tagline. I don’t care which side of the website they go on, I just want them both displayed. So I found this:
#header h1 a {
padding: 50px 0 50px 140px;
background: url(https://www.sabaki.dk/VKS/wp-content/themes/vks-logo.jpg) no-repeat;
}
#head-desc {
padding-left: 140px;
}
}
My logo didn’t show up.Am I getting close? How do I combine these?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Adding logo to header while keeping title and tag’ is closed to new replies.