79213814

Date: 2024-11-22 06:05:27
Score: 0.5
Natty:
Report link

The iPhone 11 has a viewport width of 414px so try @media (max-width: 415px)

I also think your selectors are mismatched:

try this simplified selector :

@media (max-width: 415px) {
  #slider-9-slide-11-layer-1.rs-layer {
    font-size: 20px !important;
    margin-top: 100px !important;
  }
}

Also check if you are using the correct css file

Reasons:
  • Whitelisted phrase (-1): try this
  • Has code block (-0.5):
  • User mentioned (1): @media
  • Low reputation (1):
Posted by: LENIX