Positioning of map for events

Home Forums Calendar Products Events Calendar PRO Positioning of map for events

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #947313
    csix
    Participant

    Hello,

    In the following page that describes an event, the map is positioned full width below the venue information.

    http://csix.org/event/shannon-presson-presenting-how-to-talk-about-what-you-do-without-getting-in-your-own-way-3

    3) How can I reposition the map so that it will appear smaller and on the same row as the venue? It seems to do that in Firefox (although the map is large), but in Chrome and IE, the map is positioned below the venue information.

    Thank you!

    #947447
    Geoff
    Member

    Hi there, Laurie! Thanks for getting in touch.

    Good question. You can use CSS to change the width. For example, adding this to your theme’sĀ style.css file should have some effect:

    .tribe-events-venue-map {
    float: left;
    width: 60%; /* adjust to your preference */
    }

    Does this help? Please let me know. šŸ™‚

    Cheers!
    Geoff

    #947494
    csix
    Participant

    Perfect! Worked beautifully! Thank you!

    #947563
    Geoff
    Member

    My pleasure! Thanks for following up and confirming that everything worked out.

    I’ll go ahead and close this thread, but please feel free to hit us up if any other questions pop up and we’d be happy to help. šŸ™‚

    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Positioning of map for events’ is closed to new replies.