Jump to content

Form Move Item Up inline to form 2 colunms

Recommended Posts

  • Replies 2
  • Views 375
  • Created
  • Last Reply

Add the following to Design > Custom CSS.

/* move phone number field next to service plan interest */

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

  [data-form-id="605e7c0caeb5a4342fa1458f"] #select-yui_3_17_2_1_1617328744429_33727 {
  
    float : left;
    margin-right : 2em;
    
    }
    
  [data-form-id="605e7c0caeb5a4342fa1458f"] #phone-yui_3_17_2_1_1617328744429_33099 {
  
    margin : 0;
    
    }
  }

This is for v7.1 and specific to the OP's need.

I set the breakpoint at 576px so that at below that point it would revert to normal behaviour. Hopefully that will avoid looking bad on mobile.

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
2 hours ago, creedon said:

Add the following to Design > Custom CSS.


/* move phone number field next to service plan interest */

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

  [data-form-id="605e7c0caeb5a4342fa1458f"] #select-yui_3_17_2_1_1617328744429_33727 {
  
    float : left;
    margin-right : 2em;
    
    }
    
  [data-form-id="605e7c0caeb5a4342fa1458f"] #phone-yui_3_17_2_1_1617328744429_33099 {
  
    margin : 0;
    
    }
  }

This is for v7.1 and specific to the OP's need.

I set the breakpoint at 576px so that at below that point it would revert to normal behaviour. Hopefully that will avoid looking bad on mobile.

Let us know how it goes.

Worked like an absolute dream, very greatly appreciated!

Link to comment

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.