Hi
I am having problems with the spacing of the + and – sign in the tickets area of single events. the signs are to the left and are very small.
This is an enfold customization of the events calendar. Please can you tell me how to get them to show in the middle and to possibly be bigger?
many thanks
picture of the space problem (also see the lines are not even ) https://cl.ly/2N303I2I1D2L
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.single-tribe_events input.minus, .single-tribe_events input.plus {
padding-left: 18px;
font-size: 20px;
}
Best regards,
Rikard
Hi Rikard
that made the plus and minus sign bigger but did not work with the spacing. still seems to have no padding on the left. i increased the 18px to 25px and still no change
also noticed that the buy now button is not in alignment with the ticket cost in list view https://meditateinsouthampton.org.uk/events/category/city-classes/morning-classes/list/
thanks
hi sorry i found that i had already found the answer and it worked
.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;
}