Is it possible to increase the width of the contact box located the upper right hand of the google maps element? I would like to expand the width so that the contact email fits on one line. Page for reference:
[Links visible only for registered users] Thanks!
Comments
to increase width of that contact box, please use the following css:
.column_map .google-map-contact-wrapper .get_in_touch { width: 260px !important; }