Attendee info/Text box indented and small

Home Forums Ticket Products Event Tickets Plus Attendee info/Text box indented and small

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1470622
    adalton
    Participant

    Hi there, I am having an issue with the size of the usable text box in my “additional attendee info” area in the buy tickets section of my events’ pages. Please see example: https://theswordexperience.com/event/uk-rochester-castle/

    any advice on css to perhaps fix this? thank you!

    #1471509
    Victor
    Keymaster

    Hi Anne!

    Thanks for getting in touch with us. Let me help you with that.

    I can see there are some styles coming from a stylesheet named themify-customizer.css that is adding some padding to the fields.

    Try adding the following CSS snippet into your theme’s style.css file or using the WordPress customizer (wp-admin > Appearance > Customize > Additional CSS ):

    .tribe-tickets-meta-text input {
    padding-left: 5px;
    padding-right: 5px;
    }

    Let me know if that works for you.

    Best,
    Victor

    #1471512
    adalton
    Participant

    YAY! Thank you so much, Victor!
    That fixed my issue 🙂

    #1471966
    Victor
    Keymaster

    Happy to be of help 🙂

    I’ll close this thread now, but feel free to open a new topic if anything comes up.

    Cheers,
    Victor

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Attendee info/Text box indented and small’ is closed to new replies.