Hi, how can i change the font size in contact form for a tablet display? (name, email, address, ecc..)
thank you
Hey patriscia_new,
This should be possible via css. Can you provide a link to the site/page in question so we can look into this further?
Best regards,
Jordan Shannon
hello again the site is offline because it is not completed. I am writing to you as soon as it is online. I thought there was a css to decrease the size of the module labels.
thank you
Hi,
You can try the following:
@media (min-width: 768px) and (max-width: 1024px) {
#top .avia_ajax_form label {
font-size: 12px !important;
}
}
Adjust 12 to whatever you want.
Best regards,
Jordan Shannon