How do I add a media query to MetaSlider?
-
Hello! I’m trying to add a media query for MetaSlider to my site. I would like for the MetaSlider to go from a 1000px width, until the screen reaches about 1200px then I would like the slider to fill the browser 100%. I thought I did it correctly by adding this to the css:
@media (max-width: 1277px) { .metaslider.hompeage { width: 100%; } }
Any help would be great. Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How do I add a media query to MetaSlider?’ is closed to new replies.