• Resolved apollo_24

    (@apollo_24)


    Hi there Guys, I know this has been covered before, but Im still having real problems. Im trying to just put a simple logo on every page instead of the header title text.

    Ive put this in the header.php bit
    hgroup>
    <hgroup><img id=”site-logo-image” src=”http://myrevive.co.uk/wp-content/uploads/2012/06/logo.png&#8221; alt=”” />
    <h2 id=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
    </hgroup>

    it displays the logo (only sample at moment) BUT when I try to change the size of it to make it smaller (by changing the css of branding img) it makes the header picture get smaller as well.

    Ive searched and searched and spent hours on it, but still cant figure out what to do.

    How can i change just the size of the logo and get it to line up at the left of the page?

    ps. i am really new at this 🙂

    thanks in advance people 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • use the logo’s image css id #site-logo-image to target the logo:

    for instance:
    #branding img#site-logo-image { width: auto; }

    Thread Starter apollo_24

    (@apollo_24)

    thank you for your reply.

    Ive copy and pasted the #branding img#site-logo-image { width: 20; }

    changed the width and put it into the bottom of the .css but still having no luck

    am i doing something wrong?

    Thread Starter apollo_24

    (@apollo_24)

    messed around with it some more and managed to get it smaller with the example you gave me. Just thought you could put it anywhere in the sytles.css, but im guessing you cant.

    Thread Starter apollo_24

    (@apollo_24)

    resloved

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘The dreaded custom logo’ is closed to new replies.