Title: Width?
Last modified: November 20, 2019

---

# Width?

 *  Resolved [carldavidcarlstrom](https://wordpress.org/support/users/carldavidcarlstrom/)
 * (@carldavidcarlstrom)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/width-27/)
 * Is it possible to change the width of the map?
 * Thanks for a great plugin.
 * /David

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

 *  Plugin Author [Joe](https://wordpress.org/support/users/morehawes/)
 * (@morehawes)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/width-27/#post-12155753)
 * Hi David,
 * Firstly thanks for the review and for your kind words, I really appreciate it.
 * As for the Map width, while there isn’t an option for this (yet), you can easily
   adjust the width of Maps using CSS:
 * To adjust *all* Maps:
 *     ```
       .waymark-shortcode {
         width: 400px;  
       }
       ```
   
 * To adjust a single Map you will need to inspect the page source to find the Map
   ID. Each Map starts with some HTML that looks like this:
 * `<article id="waymark-shortcode-22b29a" class="waymark-shortcode waymark-container"
   >`
 * You can use this ID to target a single Map with CSS:
 *     ```
       #waymark-shortcode-22b29a {
         width: 600px
       }
       ```
   
 * I hope this helps.
 * Joe
 *  Thread Starter [carldavidcarlstrom](https://wordpress.org/support/users/carldavidcarlstrom/)
 * (@carldavidcarlstrom)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/width-27/#post-12159523)
 * Hey,
 * ok, then I know great. I´m sure there might be an option later, but for now the
   CSS works fine. Thank you!
 * /David

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

The topic ‘Width?’ is closed to new replies.

 * ![](https://ps.w.org/waymark/assets/icon-256x256.png?rev=3491393)
 * [Waymark](https://wordpress.org/plugins/waymark/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/waymark/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/waymark/)
 * [Active Topics](https://wordpress.org/support/plugin/waymark/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/waymark/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/waymark/reviews/)

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