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

    HI,

    On my site, I have a series of background image in columns with no content in them. On desktop, they look great but on mobile they do not show up or if they do it is just a small horizontal link. I assume this is because there is no contents in those columns so on mobile its not showing up. How can I fix this so it shows the full image on mobile as well?

    site – https://prometheanaesthetics.com/birchwood/

    #1118287

    Hey navindesigns,

    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 .flex_column:empty {
            min-height: 300px;
        }
    }
    

    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.