New Landing How can we help? Atelier Cart: Checkbox alignment

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #209430
    JackV
    Member
    Post count: 60

    There seems to be an issue with checkboxes alignment on cart/checkout pages. I guess the .li class is overwriting default woocommerce behavior.

    I guess this http://www.swiftideas.com/forums/topic/paypal-option-on-checkout-in-safari/ may be related as well.

    Attachments:
    You must be logged in to view attached files.
    #209562
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page with issue to check and resolve the issue.
    Thanks
    Mohammad

    #209915
    JackV
    Member
    Post count: 60
    This reply has been marked as private.
    #210121
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Are you using latest version of theme ? I think that these checkboxes dont come with theme. Are you using any plugin?
    Thanks
    Mohammad

    #210130
    JackV
    Member
    Post count: 60

    Those are rendered by 2 different plugins but they display perfectly fine in other themes – I think the issue has to do with your global .li styling.

    #210147
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    #_mc4wp_subscribe_woocommerce_checkout_field label.checkbox{
    margin-left:18px !important;
    }
    
    #_mc4wp_subscribe_woocommerce_checkout_field .input-checkbox{
    position: absolute !important;
    left: -15px !important;
    top: 15px !important;
    }
    
    #s4wc_save_card_field label.checkbox {
    margin-left:18px !important;
    }
    #s4wc_save_card_field .input-checkbox{
    position: absolute !important;
    left: -15px !important;
    top: 7px !important;
    }

    Thanks
    Mohammad

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.