Home Forums Basel support forum login/register page problem

login/register page problem

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14407

    wantons
    Participant

    Hello!

    i was faced a problem in my login/register page before, which you helped me solve the problem by giving the code below:

    .basel-registration-page .col-login{
    height:275px;
    }
    .basel-registration-page.active-register .col-login{
    height:425px;
    }

    but after i update my theme, this code doesn’t work anymore. looks like you changed some of the class name in new basel version
    so, my problem is: i use a plugin called wp all in one security which add two more filed in register section. and this caused a problem in my login/register page

    screenshot – desktop: http://uupload.ir/files/2bdf_rtyr5y.jpg
    screemshot – mobile: http://uupload.ir/files/v8gw_r5yh5y.jpg

    here is my account page: http://www.kenvuccy.com/account/

    + please, just remember that when user fill the password filed, a warning display that make register box a little bigger. ( as you can see in both screenshots )

    Thanks.

    #14414

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .basel-registration-page.basel-register-tabs{
    	height:440px;
    }
    .basel-registration-page.basel-register-tabs.active-register{
    	height:655px;
    }

    CSS for mobile 768px display.

    .basel-registration-page.basel-register-tabs {
       height: 650px;
    }
      
    .basel-registration-page.basel-register-tabs.active-register{
     height:950px;
    }
      
    .basel-registration-page.basel-register-tabs.active-register .col-register-text {
     padding-top: 40px;
    }

    Regards

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