asked on February 1, 2024
I am trying to figure out the CSS to adjust the padding on the Form Title. I can manually adjust the padding in developer mode. I have tried variations of this code (below), without success.
.form-container .form-header {
width: 100%;
padding: 0px 0px 0;
display: flex;
flex-direction: column;
height: auto;
!important}
My aim is to have a logo fill the entire form title area with no margins.
Jonathan
0
0