Calendar on home page went from two columns to one

Home Forums Welcome! Pre-Sales Questions Calendar on home page went from two columns to one

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1041949
    Rich
    Guest

    I have the Events Calendar on the home page of a site I’m putting together – http://www.iti-ny.com/wordpress .
    The calendar use to display in two columns and now it just shows in one column.
    Can anyone tell me why, and how to put it back to two columns?
    Thank you.

    #1042428
    Geoff
    Member

    Hi Rich,

    Looks like there is some custom CSS being used for the widget, but I was able to change it to two columns using this:

    #primary.sixteen .tribe-events-list-widget-events {
    float: left;
    min-height: 100px;
    }

    Trying adding that to your theme’s style.css file or using a plugin like Simple Custom CSS.

    Cheers!
    Geoff

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Calendar on home page went from two columns to one’ is closed to new replies.