I have searched extensively and perhaps have missed something obvious, but I simply cannot figure out how to do this in Twenty Eleven. I have got this to work in another theme here: http://lawrencebankruptcy.com/ -- You can see the title is over the image. Here is the website I am trying to get this to work on: http://topekabankruptcy.org/
Any ideas? Thanks!
your sample link has no title on the header - if you want that, goto:
dashboard - appearance - header: Display Text tick [No]
otherwise, to move the title and description over the image (which will make them effectively very difficult to read) add this to style.css of the child theme:
#branding { position: relative; }
#branding hgroup { position: absolute; top: 0px; }
I added your code to the style.css
That was exactly what I wanted. Thanks!
Well, the words are in the correct spot, but only the Title is Black. The "Bankruptcy Licensed in Kansas" is now gray. Any idea why?
Try using Firefox with the Firebug add-on for this kind of work.
http://getfirebug.com/
I'll check it out. Thanks.