[Solved] Removing the extra padding of the widget [closed]


Please add this code to your stylesheet, you just need to reduce the width of the property-search container:

.property-search-container.type1 {
    width: 581px;
}

7

solved Removing the extra padding of the widget [closed]