Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I can't make my media queries work in my umbraco page. When I inspect in chrome dev tools it is as if it dosn't even find the media queries.
This is my media query, that I have in my stylesheet (the normal part of the stylesheet works just fine):
@media screen and (max-width: 600px) { .text-container { display:flex; flex-direction:column; }
.imageSection1-container { display:flex; flex-direction:column; } }
I have the viewport meta tag in my template.
Is it maybe using a cached version of your stylesheet that didn't have the media query?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Using media queries in stylesheet
I can't make my media queries work in my umbraco page. When I inspect in chrome dev tools it is as if it dosn't even find the media queries.
This is my media query, that I have in my stylesheet (the normal part of the stylesheet works just fine):
@media screen and (max-width: 600px) { .text-container { display:flex; flex-direction:column; }
.imageSection1-container { display:flex; flex-direction:column; } }
I have the viewport meta tag in my template.
Is it maybe using a cached version of your stylesheet that didn't have the media query?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.