-
-
Save phirebase/2ad0d7cd346c5e684d3eada5bc5351ab to your computer and use it in GitHub Desktop.
Resize Divi Full Width Slider on Mobile & Tablet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media screen and (max-width:900px) | |
{ | |
.et_pb_fullwidth_slider_0 .et_pb_slide { | |
background-size: contain!important; | |
height: 250px !important; | |
} | |
} | |
@media screen and (max-width:479px) | |
{ | |
.et_pb_fullwidth_slider_0 .et_pb_slide { | |
background-size: contain!important; | |
height: 110px !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment