Map width and event details layout

Home Forums Calendar Products Events Calendar PRO Map width and event details layout

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18786
    Paul
    Member

    Am I missing how to adjust the template / layout of an event in order to use the map width setting.

    See: http://cospace.wpengine.com/event/cospace-cedar-park-bring-your-website-to-work/

    I have the map width set to 50%
    I’d expect the event description to wrap along side the map and use that white space.

    Is there a way to do that? Why adjust map width in the settings if it doesn’t do anything?

    #18811
    Jonah
    Participant

    Hi Paul,

    If you want the event description to wrap around, you’ll have to add some CSS to get it to float to the left (or right). Something like:

    #googlemaps {
    float: left;
    margin: 0 15px 15px 0;
    }

    The purpose of adjusting the map size with this setting is to set the actual width of the map element, but we can’t account for other layout possibilities outside of this. It’s up to you to theme your site and get it to look the way you want. I hope that helps but let me know if you need anything else.

    #976743
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Map width and event details layout’ is closed to new replies.