Header and Logo issue

  • I want to post a logo to the right of the header where it says “Hemostatsis Newsletter”. I want it with in that box that the header is in. I tried posting to the background and it shows up behind all of it. And I also tried to post it in the h1 position and it shows up, but it messes it all up and takes away the test and takes away the “Home” that is right below the menu and just jumbles it all up. I am using the theme “Silesia”. If you cannot see the site, I am sorry, but my boss wants the site very private for only a select few to see.

    I am very new to CSS and I am just trying to make this work. I feel like it should be really simple, but it is really really hard.

    The blog I need help with is: (visible only to logged in users)

  • If you cannot see the site, I am sorry, but my boss wants the site very private for only a select few to see.

    Volunteers cannot view private blogs and asking us to work blind is a high expectation indeed as we cannot see what you have done.

  • In this case, I would target the site title link.

    Here is an example showing how to add an image to the right of the site title on the Silesia theme:

    .site-header .site-title a {
    	padding-right: 40px;
    	background: url(http://s.wordpress.org/about/images/logos/wordpress-logo-32-blue.png) right center no-repeat;
    }

    I used a WordPress logo in this example, but you can change out the url() value with a different image.

  • The topic ‘Header and Logo issue’ is closed to new replies.