List view spacing & show organizer name

Home Forums Calendar Products Events Calendar PRO List view spacing & show organizer name

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1176201
    leonardchamber
    Participant

    Hello,
    The update to the latest version tweaked the formatting a little bit when you are looking at the calendar in list and day view- it took the spacing away between city, state, zip and country.

    Cityname,TXzipcodeUnited States + Google Map

    Also, these views show the venue but not the organizer name, which I assume is either an oversight or an option I forgot to enable.

    Thank you!

    #1176279
    Cliff
    Member

    Hi. There isn’t any difference. It’s just that the spacing isn’t there (maybe your theme had something to “fix” how it’s displaying things that went away), but here’s some CSS that should help make things look a bit better for you:

    .tribe-address .tribe-region,
    .tribe-address .tribe-postal-code,
    .tribe-address .tribe-country-name {
    padding-left: 5px;
    }

    You can add custom CSS code via your child theme’s style.css file or via a plugin like Simple Custom CSS or, my favorite, Jetpack. Jetpack supports regular CSS and the LESS and Sass pre-processors.

    If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.

    Please let me know how it goes for you.

    #1177225
    leonardchamber
    Participant

    Thank you. It looks fine now.

    #1177239
    Cliff
    Member

    You’re welcome. I’m glad that could help. Have a great one.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘List view spacing & show organizer name’ is closed to new replies.