Title: LOCATIONMAP Full width
Last modified: November 28, 2023

---

# LOCATIONMAP Full width

 *  Resolved [dwaber](https://wordpress.org/support/users/dwaber/)
 * (@dwaber)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/locationmap-full-width/)
 * Hi,
 * I’d like to have the location map in full width. All other elements are in a 
   blocked style, which is okay. But I would prefer to have the map in full size
   from edge to edge in the width.
 * Even when I say 100%, then it is within this block. How can I achieve this?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flocationmap-full-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [joneiseman](https://wordpress.org/support/users/joneiseman/)
 * (@joneiseman)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/locationmap-full-width/#post-17236114)
 * You can do this by adding the following css:
 *     ```wp-block-code
       .em-event-location {
         width: calc(100vw - 20px);
         margin-left: calc(-50vw + 50% + 10px);
       }
       ```
   
 * I found the answer here: [https://stackoverflow.com/questions/31391459/how-can-i-expand-a-child-div-to-100-screen-width-if-the-container-div-is-smalle](https://stackoverflow.com/questions/31391459/how-can-i-expand-a-child-div-to-100-screen-width-if-the-container-div-is-smalle)
 *  Thread Starter [dwaber](https://wordpress.org/support/users/dwaber/)
 * (@dwaber)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/locationmap-full-width/#post-17236253)
 * Thanks for your help. It works great!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘LOCATIONMAP Full width’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [dwaber](https://wordpress.org/support/users/dwaber/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/locationmap-full-width/#post-17236253)
 * Status: resolved