Resize input field
-
Hello, I try to change the height of the inputfields.
I use the following to resize the part with the icon in it, that works:.fca_eoi_layout_name_field_wrapper {
height: 30px!important;
}The following to resize the inner part, but it stays the same height, I can however increase the height, but not decrease it:
.fca_eoi_layout_email_field_inner {
height: 30px!important;
}Same for the button, can increase it, but not decrease it.
Can someone help me out?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Resize input field’ is closed to new replies.