I am trying to write media queries in custom CSS but they are not working. I am doing this to change the height of buckets I am making at mobile and desktop. The class is applied to right element as the height works but when I add the media query it isn't working and I'm sure my code is fine.
Can you advise on the following code?
.height-350 {
height: 250px;
@media only screen and (min-width:768px) { height: 350px; } }
Hi,
I am trying to write media queries in custom CSS but they are not working. I am doing this to change the height of buckets I am making at mobile and desktop. The class is applied to right element as the height works but when I add the media query it isn't working and I'm sure my code is fine.
Can you advise on the following code?
.height-350 {
height: 250px;
@media only screen and (min-width:768px) {
height: 350px;
}
}
Thanks
Hi, there are no class or ID in your code:
if you have the class height-350 the code will be:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver