Title: Privacy Checkbox layout issue
Last modified: August 21, 2016

---

# Privacy Checkbox layout issue

 *  [venethia](https://wordpress.org/support/users/venethia/)
 * (@venethia)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/privacy-checkbox-layout-issue/)
 * Hi,
 * I’m using Aweber and I added a privacy checkbox to my form as required field.
 * Checkbox is ok but the text isn’t in the same line, it’s under the checkbox.
 * Any suggestions?
 * Thanks.
 * [http://wordpress.org/plugins/genesis-enews-extended/](http://wordpress.org/plugins/genesis-enews-extended/)

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

 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [12 years, 6 months ago](https://wordpress.org/support/topic/privacy-checkbox-layout-issue/#post-4282911)
 * Can you include a link to your site?
 * Since you’re adding a new form field that your theme wasn’t expecting, there 
   is no styling included for it. You’ll need to add styling to your theme to make
   it look pretty.
 *  Thread Starter [venethia](https://wordpress.org/support/users/venethia/)
 * (@venethia)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/privacy-checkbox-layout-issue/#post-4282917)
 * The site is in maintenance mode.
 * Take a look at this screenshot, [click here](http://www.mediafire.com/view/5ai8z9bwo85jqg4/form.png).
 * I’m using Genesis with Metro Pro Child theme.
 * Thank you very much.
 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [12 years, 6 months ago](https://wordpress.org/support/topic/privacy-checkbox-layout-issue/#post-4282918)
 * I’ll get to this when I get time to setup a test site with that theme. It’s really
   helpful to have the site live for debugging, since I’ll only be using Chrome’s
   Inspect Element tool to try some small CSS edits to verify the right course of
   action.
 *  Thread Starter [venethia](https://wordpress.org/support/users/venethia/)
 * (@venethia)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/privacy-checkbox-layout-issue/#post-4282920)
 * The site is live now 🙂
 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [12 years, 6 months ago](https://wordpress.org/support/topic/privacy-checkbox-layout-issue/#post-4282926)
 * I’d start by adding this to your theme’s style.css (or using a Custom CSS option,
   like what is in Jetpack):
 *     ```
       .enews input[type="checkbox"] {
       width: auto;
       margin-right: 4px;
       ```
   
 * As it comes, the checkbox has a width: 100% rule assigned to it, so it is “taking”
   the full width of the box, which is why the text is forced below.
 * Cheers!
 *  Thread Starter [venethia](https://wordpress.org/support/users/venethia/)
 * (@venethia)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/privacy-checkbox-layout-issue/#post-4282940)
 * It doesn’t works.
 * Checkbox still in the middle and text below.
 * Hidden field code in widget :
 * <label><input type=”checkbox” name=”custom privacy” value=”yes” /> Barrando la
   casella confermi di aver letto la normativa sulla privacy</label>
 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [12 years, 6 months ago](https://wordpress.org/support/topic/privacy-checkbox-layout-issue/#post-4282949)
 * Hi,
 * You may need to clear your browser’s cache as the text is along side of the checkbox
   when I view it.
 *  Thread Starter [venethia](https://wordpress.org/support/users/venethia/)
 * (@venethia)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/privacy-checkbox-layout-issue/#post-4282956)
 * Here are the screenshot after cleared cache and cookies of all browsers.
 * [Internet Explorer 9](http://www.mediafire.com/view/94oaiuu8k7kdehc/enewsie.png)
 *  Thread Starter [venethia](https://wordpress.org/support/users/venethia/)
 * (@venethia)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/privacy-checkbox-layout-issue/#post-4282957)
 * [Chrome and Firefox (latest version)](http://www.mediafire.com/view/qqc329gptgawu2x/chromeenews.png)

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

The topic ‘Privacy Checkbox layout issue’ is closed to new replies.

 * ![](https://ps.w.org/genesis-enews-extended/assets/icon.svg?rev=3508279)
 * [Genesis eNews Extended](https://wordpress.org/plugins/genesis-enews-extended/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/genesis-enews-extended/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/genesis-enews-extended/)
 * [Active Topics](https://wordpress.org/support/plugin/genesis-enews-extended/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/genesis-enews-extended/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/genesis-enews-extended/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [venethia](https://wordpress.org/support/users/venethia/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/privacy-checkbox-layout-issue/#post-4282957)
 * Status: not resolved