• Resolved temporalnaut

    (@temporalnaut)


    I found that when I add something like this in Additional CSS (code that has a parameter @media (max-width: 480px)), so even if the code is closed with the characters “}”, all other codes that are below this behave as if they also had the parameter @media (max-width: 480px)

    @media (max-width: 480px), only screen and (orientation: portrait) {
        
    .elementor-element .elementor-wc-products .woocommerce[class*=columns-] ul.products li.product { 
    margin-bottom: 20px !important;
    }
    }

    The question is, am I making a mistake and the code doesn’t end properly or is it a bug? I use Wordpres 5.7, I tried to turn off plugins and set the default theme.
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug in Additional CSS? @media (max-width:’ is closed to new replies.