hi, is there a way to scale down a color section area on smartphones?
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 479px) {
#top .avia-section .content {
padding-bottom: 0;
}
#top .avia-section .avia-video {
margin-bottom: 0;
}
}
Cheers!
Josue
Hey!
Please flush browser cache and refresh your page a few times. It does work fine on my end – http://imgur.com/a/rhWrV
Cheers!
Yigit