Popup login hiding from something

The popup for login is hidden at the bottom.
Does anyone know how to fix it?

Tagged:

Comments

  • which theme are you using? Bootstrap?

  • Yes, it is.

  • Please post a link to your forum so we can inspect the code.

  • 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=/&amp;remote=http%3A%2F%2Fwww.fermimontesarchio.gov.it%2Farea-didattica%2Fsportello-a-distanza%2F&amp;locale=" scrolling="no" frameborder="0" width="100%" height="0" style="width: 100%; border: 0px; display: block; height: 258px; visibility: visible;"></iframe>

  • whu606whu606 MVP
    edited March 2016

    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

Sign In or Register to comment.