Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #853067

    HI
    I am using Events calendar.
    the problem is the look of the events page. here it says tickets the box has a line but it is not equal thickness all the way round – it looks like something is not right. Also the – and + are to the left and very small. it seems this is not looking the way it should.

    many thanks

    #853260

    Hey thetshed,

    Add the following to quick css:

    .tribe-events-tickets .woocommerce .quantity input{
    text-align:center!important;
    }
    
    td.woocommerce{
    border:none!important;
    }
    .tribe-events-tickets .tickets_price, .tribe-events-tickets .tickets_name, .tribe-events-tickets .tickets_description{
    border-bottom:none!important;
    }
    
    
    tr:first-child td{
    border-top:none!important;
    }

    Best regards,
    Jordan Shannon

    #856979

    perfect thank you

    #857009

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Problems with the look of the ticket area on my page’ is closed to new replies.