- This topic has 3 replies, 2 voices, and was last updated 10 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘H2 seems to be inheriting height…’ is closed to new replies.
Home › Community Forums › Legacy Theme Support › H2 seems to be inheriting height…
Tagged: css h2 home-bottom
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?
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!
Please close this topic…we’ve figured out.
Ok, just let me know if you need anything else.