Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1207542

    Hi, how can i change the font size in contact form for a tablet display? (name, email, address, ecc..)
    thank you

    #1207556

    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

    #1207570

    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

    #1207578

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.