• My site is Cub Scout Ideas. I would like to add an image to the top right side. Here is a mock up of how I want it to look.

    Header mockup

    I have a child theme set up already, but I’m not sure how to proceed from here.

    Any direction you can give me would be greatly appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You could copy the file header.php into your child theme, and in the copy add an IMG tag as the last item in the HGROUP. Then, in your style.css file, position the image. I think this is roughly right, but you’ll probably be able to improve on it:

    #masthead hgroup {position: relative;}
    #masthead hgroup img {position: absolute; right: 0;}
    Thread Starter SherrySS

    (@sherryss)

    Rod, thank you so much! It worked like a charm!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twenty-Twelve – Adding Image to header’ is closed to new replies.