Widget edit and add in any page

  1. Search issue:
    You have label and br tags above search_keywords and search_location input fields. You can eater remove them in theme or set display: none; in css style for them.

Css eg:

.search_keywords label,
.search_keywords br,
.search_location label,
.search_location br { 
    display: none;
}
  1. If you want to make map full width just like your ‘quick tour screen’, you need to move filters jobify_widget_map-2 from .container class in footer.

enter image description here