Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Float the divs left and give them widths. Widths have to also be within a certain size for them to fit.

    Thread Starter gaznev2000

    (@gaznev2000)

    Hi Andrew I tried changing the widths to px from percentage but its still the same.

    Could it be how it’s laid out in the php?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try;

    .tribe-events-events .tribe-events-event-list-meta,
    .tribe_events.hentry {
     float: left;
     width: 40%;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Css Styling "The Events Calendar" Inline styles not working.’ is closed to new replies.