Change popup width

Add this code to the Custom CSS field on your Job Board widget’s Appearance tab:

[class*="Popup__PopupContent-sc"] {
  width: 900px !important;
}

Shoutout to @Info_at_BEST for inspiring us to include this into the CSS list :clap:

1 Like