EVENT TIME & DATE display inline-block

Home Forums Ticket Products Event Tickets Plus EVENT TIME & DATE display inline-block

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1162510
    Ying Chow
    Participant

    hy, i would like to know how to remove the <br> inside the submit event page in section event time and date, so the date-picker and time select can display in one line. as you see in my website the start event date is display at 2 line, because contain of <br>

    Below is the link at my website: http://crafterbee.com/events/community/add

    #1162847
    George
    Participant

    Hello!

    To do that, you unfortunately have to add some custom CSS to your site. You can do this by adding the following bit of CSS code to the bottom of your theme’s style.css file:


    table.tribe-community-event-info tr#tribe-event-datepickers td br,
    table.tribe-community-event-info tr#tribe-event-datepickers + tr td br {
    display: none !important;
    }

    I hope this helps! 😀

    Cheers,
    George

    #1172339
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘EVENT TIME & DATE display inline-block’ is closed to new replies.