Viewing 1 replies (of 1 total)
  • Hey again @solarist! Nice to see you. ??

    It looks like the container for that element is already 100% of the page width. However, there are extra comma characters (,) in between the address values that are not wrapped in the same span class, causing the address onto multiple lines.

    Try this CSS to get things to line up:

    .tribe-events-list .tribe-events-venue-details .vcard span {
      display: inline;
    }

    Cheers!
    Geoff

Viewing 1 replies (of 1 total)
  • The topic ‘Change width to div class "tribe-events-event-meta vcard"’ is closed to new replies.