How to set padding = 0 for forms on mobile view?
I've tried below but doesn't work (on admin yes, but not in the website itself)
@media (max-width: 768px)
.ba-form-page {
padding: 0 !important;
width: 100% !important;
}
The form is in viabilize.app/contrato-plano-de-negocio
Could you please help?
Thank you
The administrator has disabled public write access.