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
Merged in a post:
Forms built with the visual form builder should be responsive
Matheus Martins
As an admin, I'd like to create a two-panel donation form that fits all screen sizes. Currently, in GiveWP 3.14.2, the layout breaks if the page is resized or if I access the form from a small screen.
This post was marked as
in progress
This post was marked as
planned