Home Forums Basel support forum Register Page Row Height

Register Page Row Height

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #12595

    ZCD
    Participant

    Hi There,

    Awesome plugin, we have another request to check out. We’re currently implementing some additional registration fields – however the Row Height doesn’t match the dynamically added fields – Is there a quick fix for this?

    See screenshot for what I’m talking about.

    ALSO – Do you guys have a solution for extra custom fields for registration? Or any idea of what the easiest way to implement?

    Thanks!

    ZCD.

    Attachments:
    You must be logged in to view attached files.
    #12599

    Artem Temos
    Keymaster

    Hi,

    Try to add this code snippet to the Custom CSS in Theme Settings to fix it

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

    Regards

    #12601

    ZCD
    Participant

    You guys are TRULY AMAZING! THat worked well! One more thing, you see how the field cannot be selected – do you know what that is? Is the div-level off??

    I wish I could give you another 5 Stars. Best Support Ever!

    ZCD.

    #12608

    Bogdan Donovan
    Keymaster

    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.active-register .register p:last-child {
    	position: static;
    }
    
    .basel-registration-page.basel-register-tabs.active-register .register .form-row.full {
    	width: 100% !important;
      	margin-right: 0 !important;
    }
    

    Regards

    #12611

    ZCD
    Participant

    That worked perfectly – THANK YOU!

    #12612

    Artem Temos
    Keymaster

    Great, you are welcome!

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

The topic ‘Register Page Row Height’ is closed to new replies.