Event Description Field size in Community input screen

Home Forums Calendar Products Community Events Event Description Field size in Community input screen

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #914636
    jskk123
    Participant

    http://www.mydomain.com/events/community/add
    I would like to make the “event description field” taller in this screen. without customizing, it’s just 2 lines tall and I’d prefer 5-6 lines tall. I know how to put customized files into my theme, but I’m not sure which file to customize for this change.

    #914659
    Geoff
    Member

    Hi there, Janelle! Welcome back to the forums. šŸ™‚

    CSS is probably going to be your best bet here. For example, try adding this to your theme’sĀ style.css file:

    .wp-editor-container textarea.wp-editor-area {
    height: 300px; /* change to suit your needs */
    }

    Give that a shot and let me know how it works.

    Cheers!
    Geoff

    #914748
    jskk123
    Participant

    thanks. That didn’t work, but this did:
    #tribe-community-events .events-community-post-content textarea {
    height: 150px;}

    #914752
    jskk123
    Participant

    much appreciated for the hint in any case!

    #914760
    Geoff
    Member

    Awesome, great work! I’m so glad that did the trick.

    I’ll go ahead and close this thread, but please feel free to hit us up with a new one if any other questions pop up. We’d be happy to help. šŸ™‚

    Cheers!
    Geoff

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Event Description Field size in Community input screen’ is closed to new replies.