Viewing 1 replies (of 1 total)
  • hey @gmagency,

    Your theme has a forceful set of CSS rules for the address tag, which overriding should fix. You can override those styles by adding CSS like this to the bottom of your theme’s style.css:

    address.tribe-events-address {
        display: block !important;
        margin: 0 !important;
    }

    Let us know if that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘List View Displays Venue Information Incorrectly’ is closed to new replies.