Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • natopas 1 post 21 karma points
    Apr 05, 2024 @ 08:22
    natopas
    0

    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.

  • Huw Reddick 1929 posts 6697 karma points MVP 2x c-trib
    Apr 05, 2024 @ 14:06
    Huw Reddick
    0

    Is it maybe using a cached version of your stylesheet that didn't have the media query?

Please Sign in or register to post replies

Write your reply to:

Draft