Title: Asterisk
Last modified: August 21, 2016

---

# Asterisk

 *  Resolved [scopie](https://wordpress.org/support/users/scopieg/)
 * (@scopieg)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/asterisk-1/)
 * Sorry to bother you again…
 * How can I put the asterisk at the end of my question, instead of on the next 
   line?
 * [Here’s the page.](http://tinyurl.com/phh9cx4)
 * Thanks in advance for your help!
    Susan
 * [http://wordpress.org/plugins/wpgform/](http://wordpress.org/plugins/wpgform/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * (@mpwalsh8)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/asterisk-1/#post-4370279)
 * 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](https://wordpress.org/support/users/scopieg/)
 * (@scopieg)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/asterisk-1/#post-4370327)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/wpgform_8cc59f.svg)
 * [Google Forms](https://wordpress.org/plugins/wpgform/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpgform/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpgform/)
 * [Active Topics](https://wordpress.org/support/plugin/wpgform/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpgform/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpgform/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [scopie](https://wordpress.org/support/users/scopieg/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/asterisk-1/#post-4370327)
 * Status: resolved