Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    The CSS for your theme defines label elements with “display: block”. Because the span element which holds the asterisk comes after the label, it drops down below the label.

    Add the following to your Custom CSS (make sure to enable Custom CSS) to fix the asterisk problem:

    div.ss-form-container label {
        display: inline;
    }
    Thread Starter scopie

    (@scopieg)

    Perfect! Thank you so much for the support and the great plugin!

    Kudos!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Asterisk’ is closed to new replies.