ככה?
זה הקוד:
selector .elementor-field-group {
margin-left: -38px; /* קובע את גובה החפיפה */
position: relative;
z-index: 2;
}
selector .elementor-field-group:first-child {
margin-top: 0; /* שהשדה הראשון לא יעלה למעלה */
}
selector .elementor-field-group input,
selector .elementor-field-group select,
selector .elementor-field-group textarea {
border-radius: 50px; /* יוצר עיגוליות יפה */
position: relative;
z-index: 3;
}
/* כדי למנוע שהשדות "יחתכו" את הצל של הקודם */
selector .elementor-form-fields-wrapper {
overflow: visible;
}
את יכולה לשחק עם הערכים של Margin-left כדי לצמצם או לרווח בינהם