• Resolved frank.vanbeek

    (@frankvanbeek)


    Hi there,

    I have the user login running on my front page, but like to make some adjustments on esthetics on the front page:

    – login and password field are now nearly as wide as the page itself: how do I make them less wide?
    – how can I centre all components of the login (i.e: field name ‘username’, the field itself, the login button)?

    Thanks in advance!

    Regards,
    Frank.

    https://www.ads-software.com/plugins/front-end-only-users/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rustaurius

    (@rustaurius)

    Hi Frank,

    It’s possible to change the styling of the forms. You can add any custom CSS you’d like to the box called “Custom CSS” on the “Options” tab.

    Thread Starter frank.vanbeek

    (@frankvanbeek)

    Hi Rustaurius,

    Thanks for responding.

    For me, this is the first time adding CSS code into any part of my site, so not quite sure what I’m doing here:

    I searched for some related CSS code and copied it ‘CSS Code’ under Appearance/Theme Options/Extra’s/CSS Code. The textboxes for username and password aren’t responding on the front end, however.

    Can you be more specific on the CSS code I need?

    Thanks a lot!

    Plugin Author Rustaurius

    (@rustaurius)

    Hi Frank,

    Something like:

    .ewd-feup-text-input{max-width:33%;}

    might work?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adjusting looks of login on front end’ is closed to new replies.