Reply To: label size

Home Forums Quform WordPress label size Reply To: label size

#28773
Layoutmachen
Participant

For Responsive:

.quform-label > label {
font-size: 30px;
line-height: 35px;
}

@media only screen and (max-width: 600px) {
.quform-label > label {
font-size: 20px;
line-height: 25px;
}
}

  • This reply was modified 5 years, 1 month ago by Layoutmachen.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy