Hi Kyle,
I have a problem in a field. Please see attached photo.
As you can see, the field is only 25% of what it could be.
Here is the "offending" CSS:
@media (min-width: 576px)
.cb_template .col-sm-3 {
max-width: 25%;
}
The file is bootstrap.css from the default template.
When I switch off the max-width: 25%, it looks normal.
What can I do against it, or is that something that is not working as it should be?