[ad_1]
Hello @klingbeil,
Thank you very much for using our plugin. If you want to reduce the font size on mobiles, you can enter a style definition similar to the following one through the “Customize Form Design” attribute in the “Form Settings” tab (https://resources.developers4web.com/cff/images/documentation/form-settings-tab.png):
@media screen and (max-width:640px){
#fbuilder label,
#fbuilder input,
#fbuilder textarea,
#fbuilder select{
font-size: 12px !important;
}
} Best regards.
Hello, it is difficult to edit individual forms. Is it possible to solve only text for mobile with additional CSS?
