GD Loginbox Widget

This topic contains 3 replies, has 2 voices, and was last updated by  Vikas 9 years, 11 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #1696

    Trex888
    Expired Member
    Post count: 101

    On any GD page that displays the GD Loginbox widet, the widget formats nicely as seen below:

    GD Page

    On non GD pages, the same widget seems to lose some (or all) of the above formatting, as seen here:

    Non GD Page

    Is there any way to have this widget appear the same on all pages? Perhaps there’s some css that can be added to a custom css to achieve this?

    Please advise,

    T

    #1797

    Vikas
    Full Member
    Post count: 1128

    Hi,
    Thanks for highlighting this issue.

    Here is the css code which u can put in custom css script box in backend.

    
    
    
    .loginform1 .form_row{ padding-bottom:10px; }
    .loginform1 label{ width:32%; display:inline-block;}
    .loginform1 input[type="text"], .loginform1 input[type="password"]{ width:60%; display:inline-block;}
    .forgot_link{ padding:5px 0;}
    .forgot_link a{ text-decoration:none; display:block; }
    .loginform1 .b_signin{ margin-bottom:10px;} 
    #1826

    Trex888
    Expired Member
    Post count: 101

    Perfect, thanks Vikas!

    #1895

    Vikas
    Full Member
    Post count: 1128

    Your welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket