Adjusting column width sizes

Home Forums Calendar Products Events Calendar PRO Adjusting column width sizes

  • This topic has 4 replies, 2 voices, and was last updated 8 years ago by da8iwr.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1505791
    da8iwr
    Participant

    Hi guys, sorry for asking noob questions.
    On an event page, is there a way of changing the column width of the title of the ticket. It is very small and i would rather lose a bit of the description column than the ticket title.

    Many thanks
    Ian

    #1506707
    Andras
    Keymaster

    Hi Ian,

    That should be possible with some css tweaking. If you can share with me a url where this is visible I can try to help you out.

    Or the other option is to create a template override and remove the description column altogether.

    Let me know.

    Cheers,
    Andras

    #1506726
    da8iwr
    Participant

    This reply is private.

    #1506730
    da8iwr
    Participant

    Thanks Andras, I have added a private link to the site.
    Many thanks mate
    Ian

    #1507905
    Andras
    Keymaster

    Hey Ian,

    You can try this little css snippet, copy it into your child theme’s style.css file or add it wherever you usually add css declarations:

    .tribe-events-tickets .tickets_name {
    width: 25%;
    }

    You can of course adjust the value according to your needs. You can use percentage like above, or pixels like width: 250px

    Percentage will be always based on the full table width. Pixels are a set value so the column will stay the same width on all screen sizes.

    If you use pixels, then it might make sense to add different values to different screen sizes with media queries to adjust for the different screens.

    Hope this does the trick.

    Cheers,
    Andras

    #1525345
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Adjusting column width sizes’ is closed to new replies.