Form goal stats section overflows in V3 forms in small screens.
complete
Rick Alday
The workaround, for now, is to add this custom CSS to the form builder Custom CSS field:
@media (max-width: 500px) {
.givewp-layouts-goal__stats-panel__list-item { min-width: 0; }
.givewp-layouts-goal__stats-panel__stat-value, .givewp-layouts-goal__stats-panel__stat-label { font-size: .8rem; }
}
This post was marked as
complete
Angela Blake
This post was marked as
in progress
This post was marked as
planned