• Hi,

    The boxes where to enter the email and passwords appear missalign using the shortcode.

    Is there a way to sort it out?

    Kind regards,
    David

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

Viewing 1 replies (of 1 total)
  • Plugin Author Richard Webster

    (@rwebster85)

    Hi mate. There’s two things you could do, depending on what you prefer. Add one of the following snippets to your site using the Customise theme option, then Additional CSS.

    Centre the email input box:

    #lostpasswordform #somfrp_user_info {
    	margin: auto;
    }

    Have the input box next to the “Introduce tu Email” text:

    #lostpasswordform #somfrp_user_info {
    	display: inline-block;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Boxes to type are miss align’ is closed to new replies.