# profile-builder/3.16.4/front-end/default-fields/select2/select2.css

User Profile Builder – Beautiful User Registration Forms, User Profiles &amp; User Role Editor, version 3.16.4. 19 lines.

- Page: https://pluginprobe.com/plugins/profile-builder/3.16.4/code/front-end/default-fields/select2/select2.css
- Raw: https://pluginprobe.com/plugins/profile-builder/3.16.4/raw/front-end/default-fields/select2/select2.css
- Modified: 2025-09-15T11:22:48+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/profile-builder/3.16.4/code/front-end/default-fields/select2/select2.css#L10-L20`.

```css
/* Select 2 Field */

.wppb-select2 span.select2-container,
.wppb-select2-multiple span.select2-container {
    width: 69.9% !important;
    float: left;
}

.select2-container--open input.select2-search__field {
    outline: none;
    padding: 5px 10px;
}

@media screen and (max-width: 500px){
    .wppb-select2 span.select2-container,
    .wppb-select2-multiple span.select2-container {
        width: 100% !important;
    }
}
```
