Ticket Quantity is out of alignment

Home Forums Ticket Products Event Tickets Plus Ticket Quantity is out of alignment

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #54315
    englandrm
    Participant

    On the event page, the ticket quantity between the “-” and “+” is too far to the left. How can I move it over, so it’s centered?

    I tried changing the templates under Display, but it doesn’t seem to make a difference. Is it the theme css where I should be looking?

    #54436
    Barry
    Member

    So some rules in your theme’s stylesheet seem to be disrupting the “natural” layout of that control. You could add a few rules to workaround this – the bottom of your theme’s stylesheet would be as good a position as any.

    Try adding:

    td.woocommerce div.quantity input.minus,
    td.woocommerce div.quantity input.plus {
    float: right;
    margin-bottom: 4px;
    position: static;
    }

    Does that get you closer to a working solution?

    #54588
    englandrm
    Participant

    Not perfect, but that definitely will do. Thanks a ton. ~Ryan

    #54604
    Barry
    Member

    Great!

    #979323
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Ticket Quantity is out of alignment’ is closed to new replies.