Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Popup login hiding from something

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

Tagged:

Comments

  • Options

    which theme are you using? Bootstrap?

  • Options

    Yes, it is.

  • Options
    vrijvlindervrijvlinder Papillon-Sauvage MVP

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

  • Options

    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???

  • Options

    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>

  • Options
    whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP
    edited March 2016

    You can use the CSSEdit plugin in to add/change CSS rules.

  • Options

    ok, but I don't know what to change in CSS and WHERE.

  • Options
    whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

    You said if you change the height you can see the popup box properly.

    Install the CSSEdit plugin and add the changed line there.

  • Options
    whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

    Try

    div.Popup {
    height: 400px;
    }
    
  • Options

    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

  • Options
    whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

    I don't use that plugin, but I'd assume the CSS change remains.

  • Options

    Perfect! Thank you for the help

Sign In or Register to comment.