Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #445190

    hi, is there a way to scale down a color section area on smartphones?

    #445483

    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

    #445683
    This reply has been marked as private.
    #445685

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.