• My theme is breaking the forms, as a result it’s not aligned but a little all over the place. I understand I need to override this and make the width 100%, but I am not sure how…

    Any help with putting the CSS together to fix it? Here is the screenshot: https://prntscr.com/lu29wi

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @dkanika,

    Thanks for the screenshot.

    Actually it is not breaking just some alignment issue with theme.

    Please provide me your webpage URL on which you are checking so I will take a look and provide you custom CSS snippet.

    Thread Starter 001122334455

    (@dkanika)

    Hi, thank you!

    URL: https://yantle.com/register/

    Hi @dkanika,

    Thanks for the link. Please add below CSS to your current theme style.css OR WordPress customizer > CSS section.

    #edd_register_form label {
    	max-width: 200px;
    	width: 100%;
    	vertical-align: middle;
    }
    Thread Starter 001122334455

    (@dkanika)

    Hi, yes it has worked thanks!

    However I noticed that if I am logged in there is no default such as e.g. you’re logged in or registered, access your account or similar.

    Where can I set default text or similar for logged in users when seeing the shortcode?

    Secondly, the form is also broke for the [edd_login] form on yantle.com/log-in
    also there is an URL to edd website for logged in or not logged in visitors?

    Thanks

    Hi @dkanika,

    It looks like that you have deactivated the plugin. Can you please verify it?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘(CSS) My theme breaks the form’ is closed to new replies.