Add-to-cart button is cut-off

Home Forums Ticket Products Event Tickets Plus Add-to-cart button is cut-off

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1001338
    jill
    Participant

    Add to Cart – button is cut-off.
    http://plumbplace.org/event/speak-easy-at-plumb-place/

    #1001485
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here.

    Looks like a little css conflict.

    Try out this css:

    .tribe_events .woocommerce .button.alt {
    height: 48px;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #1003795
    jill
    Participant

    Thank you, that fixed the Add-to-Cart!

    Now the buttons on the ‘Cart’ page such as ‘Apply Coupon’ and ‘Update Cart’ are not displaying correctly. http://plumbplace.org/event/speak-easy-at-plumb-place/ (Add-to-Cart) you’ll see the buttons.

    #1003864
    Brian
    Member

    Hi,

    That is part of WooCommerce and a conflict with your theme.

    This is the css causing the issue:

    button.button, input.button {
    height: 25px;
    }

    You could change height to auto and that should fix it, but it might change other parts of your site.

    #1003963
    jill
    Participant

    Thank you!!
    All the buttons are now working!

    #1004038
    Brian
    Member

    Great glad it helps.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Add-to-cart button is cut-off’ is closed to new replies.