Avada – Events Tickets Styling Squashed After 4.4.1 Update

Home Forums Ticket Products Event Tickets Plus Avada – Events Tickets Styling Squashed After 4.4.1 Update

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1227419
    Carl
    Participant

    Hello,

    I have the Avada version 5.0.6 theme installed and after updating to the 4.4.1 version for Events Calendar, Events Calendar Pro, Events Tickets, Events Tickets Plus, the tickets quantity input are displaying in a squashed format.

    I just wanted to notify you of this issue and whether there is any temporary workaround. I will also send a support ticket to the Avada guys!

    Thanks in advance

    #1227666
    Geoff
    Member

    Hey Carl,

    Thanks for the heads up! Let’s get you a workaround while Theme Fusion works on an official patch.

    Will you please try adding the following code to your Appearance > Customize > Additional CSS screen:

    table.tribe-events-tickets tr .woocommerce {
    width: 100%;
    }
    
    table.tribe-events-tickets tr .tickets_price {
    width: 75%;
    }
    
    table.tribe-events-tickets tr .tickets_description {
    width: 40%;
    }

    Here is a screenshot of how that looks when I test it out on your site. As you can see, it’s not perfect, but it definitely resolves the squashed appearance and hopefully will get you by until the theme updates its stylesheets.

    Cheers!
    Geoff

    #1228115
    Carl
    Participant

    Thanks Geoff, this worked perfectly! Hopefully will be resolved in the next Avada update 🙂

    #1228913
    Geoff
    Member

    You bet and I’m happy this helps for the time being. 🙂

    I’ll go ahead and close this thread but let us know if any other questions come up and we’d be happy to help.

    Cheers!
    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Avada – Events Tickets Styling Squashed After 4.4.1 Update’ is closed to new replies.