• 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)
  • Thread Starter kalico12

    (@kalico12)

    I actually resolved this. I used the wordpress plugin “Theme Logo”. It is a great plugin! I created a banner and the plugin did the rest! The only thing I did was copy some code in my child theme header. I didn’t have to figure out any code or sizing.

    Took me a bit to make it work with the plug-in

    go into the header.php

    <?php wp_head(); ?>

    then paste the line-
    <?php theme_logo(); ?>

    srk13

    (@srk13)

    hi ncshvdavid..

    I tried inserting the above code into header.php and it worked fine. Thanks for that. But I’d like to reposition the header logo a little and was wondering if that can be done through CSS including the code required for it. Thanks again.

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.