I’m having an issue with content overwrapping on a website I’m working on for someone.
I’ve added the countdown timer/signup area at the top. However, it’s overlapping in all major browsers. At first I thought it was an easy fix and just added a transparent image to knock down the content a bit more. But, then I realized it fixed it for FireFox but was still overlapping on Chrome and Safari.
I think part of this is just that I’ve been looking at the code too long and am missing something simple. If someone could post what needs to be added/changed, that would be great. Any help would be appreciated.
You have the countdown contained within your header (
#header_wrapper), which has its height set to 131px.This means, the layout won’t take the full size of the countdown into account.
You’ll probably want to either move the countdown out of the header wrapper and into the content wrapper, or correct the height of the header appropriately.