Hello:
I noticed one day out of the blue, that the popup window that comes up when you click login, doesn't show completely, it's like it's cut off, what do I do to fix that?
Thanks,
Michael K.
teitbite wrote:Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
div.clear {
height: auto;
font-size: inherit;
line-height: inherit;
}
teitbite wrote:Hi
looks like a bug in this login module. Add this to override.css:
- Code: Select all
div.clear {
height: auto;
font-size: inherit;
line-height: inherit;
}
