michellemaile Posted November 13, 2019 Share Posted November 13, 2019 Hello! I am trying to get my single form field inline with my button. An example of what I'm going for can be seen on https://slack.com/features. My best guess as of now is: #collection-5dcb6cdf37b5697e373b89d8 .form-item.field.email, .button { display: inline-block; min-width: 48.8%} I know this is targeting both fields because if I adjust the min-width, both the button and the field change size. I just need those elements to be side by side and not on top of eachother. Thanks for your help! Page can be seen at www.legalpilot.io/buttontest Link to comment
tuanphan Posted November 15, 2019 Share Posted November 15, 2019 div#block-yui_3_17_2_1_1573612784476_3799 form { display: flex; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.