Is there any way we can align the text to center in mobile view 480px if we have given align left or right in desktop view? I couldn't find any way to do it also css-class method doesn't work
How can I hide content with media queries? I have a banner for desktop and another for mobile, so in 480px I want to hide the desktop and show the mobile.
Hey if you want to hide in your media query above the media query add display: none; for the mobile content and in the media query section display: block; and add a class for display: none; in the media query to hide the desktop version. Be careful with outlook you need to be sure it is added on the parent and all children otherwise it will show.
This is so unfair ! I can get breakpoints to work ! Even after watching this video multiple times and searching the internets... Nothing works on my machine !
Thank you. Love this video! Now I get breakpoints. Thanks again!
such a wonderful video
Great video! Hungry for more!
Trying to figure out how to include images with overlapping content.
Make sure to leave your video suggestions down here!
Is there any way we can align the text to center in mobile view 480px if we have given align left or right in desktop view?
I couldn't find any way to do it also css-class method doesn't work
not working for me dont know why font-size no difference
How can I hide content with media queries? I have a banner for desktop and another for mobile, so in 480px I want to hide the desktop and show the mobile.
Hey if you want to hide in your media query above the media query add display: none; for the mobile content and in the media query section display: block; and add a class for display: none; in the media query to hide the desktop version. Be careful with outlook you need to be sure it is added on the parent and all children otherwise it will show.
hello how can i use media queries with the mj-class?
You can use custom media queries with css-class but it still works sometimes and won't other times
Media Queries arent supported by Gmail aymore :/
Media queries and classes are ignored by Gmail client
and... .how to use media queries to hide components.
Nice video, but you can use multiple classes inside one media query, no need to copy the same query every time
Pretty sure he knows. This is a tutorial so he has his reasons.
custom media query with images
This is so unfair ! I can get breakpoints to work !
Even after watching this video multiple times and searching the internets... Nothing works on my machine !