When my popup appears (by hovering over the title) there is a gap (about 1 inch) between the bottom horizontal line just below the popup content and the bottom border of the popup element.
In this space, I can see what is on the page below it.
As no one mentioned the problem before, i thought it had something to do with my theme's CSS but couldn't find anything...so I finally switched to Garland to check...and the same thing happens...
I'm surprised no one mentioned that before though...Any idea where this could come from?
Comments
Comment #1
Scheepers de Bruin commentedCheck the bottom margins on your content in the popup, they may be responsible. If that's it, add padding to bottom of the innermost containing element of the popup content.
Comment #2
Tilt_11 commentedAdded some padding to...
div.popup-body div.popup-body-inner
...in the popup-style.css file of the popup style I am using...and problem is solved.
Thanks!
Comment #3
Tilt_11 commented