Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @glanti

    It looks like the padding is off on the select fields. This might be a bug with the Go theme, and something we may need to take a closer look at.

    For a quick fix you can add the following CSS snippet to your site:

    .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-select-container select, div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select {
       padding: 0 10px !important;
    }

    You can copy and paste that into the ‘Additional CSS’ section of the customizer. You can get there from the dashboard by navigating to ‘Appearance > Customizer > Additional CSS’.

    Let us know if that helps!

    Evan

    Thread Starter glanti

    (@glanti)

    Wow, thanks for the quick answer.
    The fix worked like a charm!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dropdown won’t display correctly after selection’ is closed to new replies.