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

    Hi,
    First of all, compliments for your great theme.
    I tried to insert the css code:

    @media only screen and (max-width: 767px)
    .responsive #top #wrap_all .av-flex-cells .custom-cells {
    min-height: 300px;
    }
    }

    but it doesn’t work. The images of the grid row on mobile are not visible. I tried to remove browser cache.
    this is the link to the page: https://www.shiatsu-ies.eu/lo-shiatsu/
    Thanks
    Walter

    #1210436

    Hey walter-iaco,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
        .responsive #top #wrap_all .av-layout-grid-container.av-flex-cells .no_margin {
            min-height: 400px;
            background-attachment: scroll !important;
            background-size: cover !important;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1210479

    Great,

    thank you so much Victoria!!!

    Best regards
    Walter

    #1210497

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Grid row image not showing on mobile’ is closed to new replies.