Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    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

    (@venethia)

    The site is in maintenance mode.

    Take a look at this screenshot, click here.

    I’m using Genesis with Metro Pro Child theme.

    Thank you very much.

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    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

    (@venethia)

    The site is live now ??

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    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

    (@venethia)

    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

    (@kraftbj)

    Code Wrangler

    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

    (@venethia)

    Here are the screenshot after cleared cache and cookies of all browsers.

    Internet Explorer 9

    Thread Starter venethia

    (@venethia)

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Privacy Checkbox layout issue’ is closed to new replies.