The events calendar month view page displays all messed up

Home Forums Calendar Products Events Calendar PRO The events calendar month view page displays all messed up

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1255625
    Rodrigo
    Participant

    The events calendar main page, wich display the month view, is whole messed up.
    I disabled all plugins, and disabled the whole css, and the month view is displaying terrible.
    I don´t know what to do! Please help
    The problem you can see in http://unipazdf.org.br/programacao/

    #1256108
    Andras
    Keymaster

    Hello Rodrigo,

    Thanks for going Pro and welcome to the forums!

    I’m sorry about this issue with the looks. Let me help you with this one.

    It looks like this piece of code is causing it:

    .search #left-area, .archive #left-area {
    column-count: 3;
    column-gap: 60px;
    }

    Specifically the .archive part of it.

    You can offset this with the following css snippet:

    .post-type-archive-tribe_events #left-area {
    column-count: unset;
    }

    That will remove the columns from all calendar pages. If you only want to remove it form certain views, then you will need to adjust that snippet a bit using different classes.

    I hope this helps, let me know.

    Cheers,
    Andras

    #1267102
    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 ‘The events calendar month view page displays all messed up’ is closed to new replies.