• My Subject field is a select field type.

    My question that I’ve been looking around the posts adn FAQs for is: How do you define the width of the drop down box so it is a fixed width. I’m looking to have the Subject drop down box the same width as the other boxes – 450px.

    See: https://www.bajanthings.com/contact-burts/

    It doesn’t seem to be a setting under Styles , which is where I tweaked the other width settings.

    Nor does it seem to be fixed under Fields and by drilling down into the Subject Field parameters.

    Many thanks

    https://www.ads-software.com/plugins/si-contact-form/

Viewing 1 replies (of 1 total)
  • Hi test the following CSS custom code. Add this code to your child theme and or using a custom css plugin.

    #fscf_field1_2 {
        text-align: left;
        width: 450px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change Subject field width’ is closed to new replies.