Broken Quantity Buttons When Ticket Description Added

Home Forums Ticket Products Event Tickets Plus Broken Quantity Buttons When Ticket Description Added

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #969808
    SkillPro
    Participant

    When a ticket description is added to any of the tickets we have on the site, the quantity button layout breaks. I’m suspecting the length of the description is what is breaking the quantity box layout.

    Is there a way to control the td.tickets_description box to stop it affecting the quantity box?

    #969906
    Nico
    Member

    Howdy Lee,

    Thanks for hitting the forum! Luckily there is a way 😉

    Just add this code to your theme’s style sheet (located at wp-content/themes/your_theme/style.css), and it should do the trick:


    table.tribe-events-tickets td {
    min-width: 107px;
    }

    Let me know how this goes,
    Best,
    Nico

    #970074
    SkillPro
    Participant

    Worked like a charm! Thanks Nico!

    #970130
    Nico
    Member

    Glad to hear Lee 🙂

    I’m going to close this topic – but please don’t hesitate to create new topics if you need help with anything else.

    Happy to help,
    Nico

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Broken Quantity Buttons When Ticket Description Added’ is closed to new replies.