Viewing 1 replies (of 1 total)
  • Thread Starter benaldson

    (@benaldson)

    Hi, I may have solved this. I think the problem could have been caused by enabling the sidebar, which squished the meta details for the event into a thin column.

    I changed the padding of the .sidebar .entrymedia css tag to zero. See below – this seems to do the trick:

    /*
    Fix for maps in single event view when sidebar enabled on 20 13 theme
    */
    .sidebar .entry-meta {

    max-width: 1040px;
    padding: 0;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Event details display issue in latest release (2.5.1)’ is closed to new replies.