Hello, we have dynamic content pages that sometimes the title of them appears behind another div, instead of in 2 lines. Since we are using 100% of the screen width, it appears this way on lower resolutions (see attached screenshot). See page sample at: http://bit.ly/1OBsZ6 Any suggestions how to solve it?
It shouldn't do that naturally, so without code to see, we can't even make good guesses on what was screwed up in the first place. Normally one block will push another block down. The title should have been appearing AFTER the (does that say PDF? Can't read it, too small) pink block anyway. Likely you're using absolute positioning where you shouldn't be. Absolute boxes don't see each other and will overlap if they can.