-
AuthorPosts
-
October 25, 2017 at 4:39 pm #868798
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 thanksOctober 25, 2017 at 4:40 pm #868800October 25, 2017 at 4:45 pm #868806picture of the space problem (also see the lines are not even ) https://cl.ly/2N303I2I1D2L
October 27, 2017 at 6:30 am #869393Hi,
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,
RikardOctober 30, 2017 at 2:32 pm #870476Hi 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 changealso 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
October 30, 2017 at 2:47 pm #870485hi 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;
}November 1, 2017 at 6:07 am #871069 -
AuthorPosts
- You must be logged in to reply to this topic.
