I have some custom fields that I am using for headers in a form. For some reason the field does not fill the entire width of the form because of this code (see pic #1):
.gcore-display-table {
display: table;
}
If I remove or change the code to the below it works but then it messes up the alignment of some of the fields (see pic #2).
.gcore-display-table {
display: block !important;
}
I know this may not seem as a big deal but I find that bootstrap.css makes it a bit more challenging to style stuff😟
Thanks
.gcore-display-table {
display: table;
}
If I remove or change the code to the below it works but then it messes up the alignment of some of the fields (see pic #2).
.gcore-display-table {
display: block !important;
}
I know this may not seem as a big deal but I find that bootstrap.css makes it a bit more challenging to style stuff😟
Thanks
This is private content