Login size

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #154817
    Hi, I would like login box larger, possibly as the one in your demo 9. http://prntscr.com/jboznp I inserted the following CSS without success <span style="caret-color: #4b4d4d; color: #4b4d4d; font-family: Lato; font-size: 14px;">#headertop #vibe_bp_login {width: 260px;height: 260px;}</span>
    #154818
    This reply has been marked as private.
    #154904
    Diana
    Participant
    @studiomedicopavesi_0412, You can change the Login style from wp-admin > Appearance > Customize > header > Login Style If you do not want to change the login style and want the existing login style to appear in a large box then please deactivate your maintenance plugin for some time. So that I can fix this on your site
    #155077
    Hi Diana, now mantainace is Off, so you can access to my login page and set the correct dimensions. Thank you!
    #155092
    Diana
    Participant
    This reply has been marked as private.
    #155095
    Thank you, now it’s perfect!
    #155102
    Now I have another issue, I changed login style and now the button Register disappeared and the box opens on the left of the screen http://prntscr.com/jcp4uz
    #155103
    I used the following CSS in order to reduce checkout page on the left may be that this is the problem? form { display: inline-block; text-align: left; }
    #155217
    Diana
    Participant
    @Studiomedicopavesi_0412, For Register Button: The css you applied is responsible for hiding the button. Refer: http://prntscr.com/jd1n6q For Popup align in extreme left: The below css is causing the issue because it is applied to all the forms form { display: inline-block; text-align: left; } http://prntscr.com/jd1ptr I have removed this css from the customizer and now everything looks good
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Login size’ is closed to new replies.