media query
-
How do I write media query to reflect a smaller screen? I have tried this but it isn’t triggering a smaller sized form on smaller screens.
@media screen and (min-width : 737px) {
.page-id-59, wpcf7-form {
size: 75%;
}
}Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘media query’ is closed to new replies.