Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #347078

    Hi there,

    I’m using a 3’rd party registration form and have some styling issues with Enfold.

    I’m sure there is a quick CSS fix – see how the asterisk is carried over (or hard return) to the next line: http://alturl.com/338j9

    How do you get the the asterisk to display to the right of the field box (to indicate a required field*)

    I have tried some css settings with this section: form.pmpro_form div { – but with no luck

    Any help will be greatly appreciated

    Thanks!

    #347397

    Hi anton123!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #pmpro_form input {
    display: inline!important;
    }

    Cheers!
    Yigit

    #347535

    Thanks very much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Form css styling problem’ is closed to new replies.