/* Container wrapper to clear floats */ .custom-file-row { overflow: hidden; /* Clear floats */ } /* Left file upload field */ .custom-file-left { width: 48%; float: left; margin-right: 4%; } /* Right file upload field */ .custom-file-right { width: 48%; float: left; margin-right: 0; }