Jump to content

In SS Forms, how to have 2 drop down select fields in 1 row

Recommended Posts

Site URL: https://heartworksvt.com/contact-us

Using Squarespace form. I’ve identified the issue to be the custom code I injected into the page header, specifically the “float: left” on the .form-item.field.select.  Code below. The intention with this code was to have the 2 drop down menus on 1 row.  If I remove the code, all the fields would just be stacked on 1 column.  With the “float: left” on the .form-item.field.select., the fields appear OK on 1 row, however, when i click to expand, the drop down menu doesn't appear, nothing happens.  Video attached.  For now, I have removed that bit for the form to function.  Please advise on a workaround? 

<style>

@media screen and (min-width:901px) {

.form-item.field.email {

    width: 49%;

               float:left;

}

.form-item.field.select {

  width: 50%;

  float: left;

}

}

</style>

Link to comment
  • Replies 1
  • Views 425
  • Created
  • Last Reply

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.