Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #667815

    Hello!

    can you please tell how to remove this gap on mobile with the image as shown in here http://imgur.com/a/DgOtt
    It s fine on desktop, just mobile isn t right

    thank you in advance!

    #668157

    Hey bbrain123,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 480px) {
    #video .avia-image-container-inner {
        margin-bottom: -20px;
    }
    }
    

    Best regards,
    Yigit

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