The popup for login is hidden at the bottom. Does anyone know how to fix it?
which theme are you using? Bootstrap?
Yes, it is.
Please post a link to your forum so we can inspect the code.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
This is the site:http://www.fermimontesarchio.gov.it/area-didattica/sportello-a-distanza/ tanks
Inspecting the code I found this:
And the CSS associated: element.style { width: 100%; border: 0px; display: block; height: 258px; visibility: visible; }
If I change the height value to 400px the popup is totally visible.
Where is this CSS???
oops... html related to CSS has been removed in the message,
<iframe id="vanilla96676" name="vanilla96676" src="//www.fermimontesarchio.gov.it/forum/index.php?p=/&remote=http%3A%2F%2Fwww.fermimontesarchio.gov.it%2Farea-didattica%2Fsportello-a-distanza%2F&locale=" scrolling="no" frameborder="0" width="100%" height="0" style="width: 100%; border: 0px; display: block; height: 258px; visibility: visible;"></iframe>
You can use the CSSEdit plugin in to add/change CSS rules.
ok, but I don't know what to change in CSS and WHERE.
You said if you change the height you can see the popup box properly.
Install the CSSEdit plugin and add the changed line there.
Try
div.Popup { height: 400px; }
WOW!!! Wonderful! I had tried the same CSS in wordpress custom style sheet but had not worked! What happens to the CSS that I entered when I update the theme or vanilla? thank you very much
I don't use that plugin, but I'd assume the CSS change remains.
Perfect! Thank you for the help
Comments
which theme are you using? Bootstrap?
Yes, it is.
Please post a link to your forum so we can inspect the code.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
This is the site:
http://www.fermimontesarchio.gov.it/area-didattica/sportello-a-distanza/
tanks
Inspecting the code I found this:
And the CSS associated:
element.style {
width: 100%;
border: 0px;
display: block;
height: 258px;
visibility: visible;
}
If I change the height value to 400px the popup is totally visible.
Where is this CSS???
oops... html related to CSS has been removed in the message,
<iframe id="vanilla96676" name="vanilla96676" src="//www.fermimontesarchio.gov.it/forum/index.php?p=/&remote=http%3A%2F%2Fwww.fermimontesarchio.gov.it%2Farea-didattica%2Fsportello-a-distanza%2F&locale=" scrolling="no" frameborder="0" width="100%" height="0" style="width: 100%; border: 0px; display: block; height: 258px; visibility: visible;"></iframe>
You can use the CSSEdit plugin in to add/change CSS rules.
ok, but I don't know what to change in CSS and WHERE.
You said if you change the height you can see the popup box properly.
Install the CSSEdit plugin and add the changed line there.
Try
WOW!!! Wonderful! I had tried the same CSS in wordpress custom style sheet but had not worked!
What happens to the CSS that I entered when I update the theme or vanilla?
thank you very much
I don't use that plugin, but I'd assume the CSS change remains.
Perfect! Thank you for the help