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 1932 posts 6722 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?

  • 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.

Please Sign in or register to post replies