H2 seems to be inheriting height…

Homepage Community Forums Legacy Theme Support H2 seems to be inheriting height…

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7737
    lisao
    Customer

      I’ve used the legacy theme many times for our clients and this time I think I’ve been looking at the code too long. It’s only happening on the home page…

      http://www.originalginger.com/demos/cruz

      You will see the background for H2 hiding behind the home-bottom images rather than sitting nicely behind the actual H2 heading!

      Can anyone see anything weird that I’ve missed?

      #7738
      Wes
      Moderator

        Try adding “clear: both;” around line 752 in your css (with the rest of your code) –

        #home-bottom h2, #home-bottom h2 a,
        #home-bottom h2 a:visited {
            clear: both;
        }

        BTW, your design is looking pretty good! I’m currently working on a redesign/refresh of this site, so as soon as it’s ready I’ll (finally) be adding the showcase. So send me a link whenever you’re done with this, I would love to feature it!

        #7739
        lisao
        Customer

          Please close this topic…we’ve figured out.

          #7740
          Wes
          Moderator

            Ok, just let me know if you need anything else.

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘H2 seems to be inheriting height…’ is closed to new replies.