1. Home
  2. Knowledge Base
  3. Customization
  4. How to Change the Popup Width

How to Change the Popup Width

If you’d like to make the map popups in Open User Map wider, you can do this with a small CSS snippet.

CSS
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content {
	width: 450px !important;
}

How to Add the CSS

  1. Go to Appearance → Customize → Additional CSS in your WordPress dashboard.
  2. Paste the CSS code above.
  3. Click Publish to save your changes.

This will set the width of the popup content area to 450 pixels. You can adjust the number to fit your needs.

Was this article helpful?

Related Articles

Need Support?

Can't find the answer you're looking for?
Contact Support

EN