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

    Hi , I hope this finds you well.

    When on mobile certain images that I put in a Grid Row do not seem to show up. They are fine on tablet and desktop. I’ll attach the log in below, please could somebody advise as to why this is and help me solve it :)

    The images with issues are found on these pages:

    Bulkhead Replacement
    Galvanised Chassis Replacement
    About Us

    Thanks for your time,
    Chris

    #1005360

    Hey Christopher,

    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){
       #av-layout-grid-1 .flex_cell.no_margin.av_one_half.avia-builder-el-6 {
           min-height: 280px;
       }
    
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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