Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m wondering about this, too…

    hi, i found a solution

    add the following block at the end of line 39, it should show the site title & tag line together with your logo (logo will be at the left)

    <hgroup>
    			<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?> <a class="site-description"><?php bloginfo( 'description' ); ?></a> </hgroup>

    Thanks xiuz! Your solution worked wonderfully. Unfortunately, I am knew to this stuff and I am trying to make the B in Barnes flush with the B in Bridge like the below:

    “Barnes Interviewing”
    “Bridge to your future”

    It was like this prior to getting the logo to work and I still want it just the same without moving the social media icons. Does anyone know how to fix this?

    Here is my website: https://jobcoach123.com/

    Nevermind. I fixed it using position: “relative” and adjusting the text

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Upload a logo AND retain site name and description in the header?’ is closed to new replies.