Support » Plugin: WooCommerce » checkbox misplaced

Viewing 6 replies - 1 through 6 (of 6 total)
  • Ensure you are using the latest version of your theme.

    If the problem persists, it may be possible to correct the appearance with some custom css. Please post your site’s url to enable the markup to be examined in browser tools.

    Thread Starter pfsler

    (@pfsler)

    A webmaster installed the latest version of the theme about one week ago.
    Here’s my URL:
    https://sportsmen-online.com/sportsmen-shop/my-account/
    The checkbox should be next to “Remember me”

    Try this in your custom css:

    input#rememberme {width: 13px; margin: 24px 4px 0 0}

    Thread Starter pfsler

    (@pfsler)

    That worked. Thanks 🙂
    I have the same problem when I put a product into the shopping cart and go to the checkout page then.
    I added
    ‘input#createaccount {width: 13px; margin: 24px 4px 0 0}’
    to my custom css but the checkbox is still above the text “Create an account?”

    Try adding this:

    .form-row label {display: inline}

    I am unable to check if it has unwanted affects elsewhere.

    Thread Starter pfsler

    (@pfsler)

    Perfect. All checkboxes look ok now.
    Thanks a lot for your help. 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘checkbox misplaced’ is closed to new replies.