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

    Hello,

    I need to decrease the background images size only for mobile devices,

    Thanks

    Regards

    Est

    #545234

    Hey Est!

    Can you please post the link to your website and point out the changes you would like to make?
    You can refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and hide/display certain elements on mobile

    Best regards,
    Yigit

    #545270

    It is the first image under learn English in London. I had used the colour section with an image

    #546754

    Hey!

    use this code in Quick CSS field:

    @media only screen and (max-width: 767px) {
    div#av_section_1 {
    background-size: 100% 100% !important;
    }}
    

    and adjust as needed.

    Regards,
    Andy

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