CSS for different screen sizes
-
Hi,
I try to set mailpoet form (email and name input) adding some margins only to big screen sizes.
I tried the following, but it does not work, it adds margins for all screens whatever the screen sizes.
@media screen and (min-width: 59.6875em) {
p {
display: block;
margin-left: 25%;
margin-right: 35%;
}}Here my landing page:
https://bio-transition.com/go/acces
Thank you for support.
Best regards,
Cédric.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘CSS for different screen sizes’ is closed to new replies.