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

    Hi, I don’t understand why but the column with only a background image is not showing on mobile. How can I make it show on mobile?

    #936375

    Hey DROR,

    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-flex-cells  .av_one_half.no_margin {
        min-height: 335px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #936403

    Thanks!

    #936539

    Hi bakbek,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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