Support » Themes and Templates » Twenty Eleven Superimpose Title on Banner, Collapse White on Top

  • OK, presently I have display none on site-title and site-description.

    But what I really want is to superimpose them on top of the header image.

    If I use positioning to move them down, there’s still a white space where they used to be. How can I collapse this empty space so the header image is again snug to top of screen?

    Many thanks in advance!

Viewing 1 replies (of 1 total)
  • This should take care of it. Use in Custom CSS plugin or child theme stylesheet.

    #branding hgroup { position: absolute; }

    and adjust padding-top of #site-title in a few breakpoints.

Viewing 1 replies (of 1 total)
  • The topic ‘Twenty Eleven Superimpose Title on Banner, Collapse White on Top’ is closed to new replies.