Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1090689

    Hi there
    We are having some issues with the display on the single event listing
    (events calendar pro & tickets pro installed)

    In the list view of the events, the buttons seem very cramped and not aligned.
    (screenshot 1) https://imgur.com/3XgkiGO
    I was hoping we might be able to have the ticket price & number of tickets left and the buy now on there own line.

    Also, there seems to be a border around the top and left-hand side of the ticket information.
    Also, the rsvp also have this border & the plus and minus are on the top and bottom rather than to the left and right (as per the tickets)
    Screenshot 2 https://imgur.com/52EgKS8

    Thank you in advance

    #1090697

    Hey ste_thumbs,
    Sorry I tried to take a look at your pages so I could assist with css and your issues.
    But when I go to your site I get a blank page, are you blocking USA ip addresses?
    Please advise how I can examine your site.

    Best regards,
    Mike

    #1090713
    This reply has been marked as private.
    #1090793

    Hi,
    Thanks that helped a lot :)
    Ok so ticket cosy & number of tickets is one element (screenshot 1) the “buy now” can be adjusted down (2) but to each on their own line.

    #top .tribe-events-event-cost form {
        margin-bottom: 0px !important; 
    }
    input[type=text].tribe-ticket-quantity {
    display: inline !important;
    width: 40% !important; 
    margin-bottom: 0px !important;
    }

    Best regards,
    Mike

    #1090924

    Hi Mike
    Thanks for coming back to us.

    The buttons on the event list view haven’t changed they are still as they were previously.

    Also, can you let us know how to remove the border which is around the rsvp & tickets (it only seems to be appearing on the top and left-hand side?

    Thanks in advance.

    #1091189

    Hi,
    Sorry, it seems that my speed typing app tried to “auto correct” what I was typing, the last line of my post above should have been that we can not put each button on it’s own line, this is because the first two buttons are in one div. My goal with the css above was to remove the bottom margin of the third button so they are all in one line.
    So when I check now this has been accomplished, Please see the screenshot in Private Content area. If you did understand that this is what I was trying to do and still don’t see this, then please clear your browser cache.

    Best regards,
    Mike

    #1091191

    Hi,
    To remove the border around the ticket area, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    table.tribe-events-tickets {
    border-style: hidden !important; 
    }

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.