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

    Hello,
    I have a simple problem now. Why are the images not displayed on the mobile device when switching from 2-columns to 1-column.

    Thanks for your help!
    Stefan

    #1073327

    Hey stefan,

    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

    #1074266

    Thanks for the answer and the code. Yes perfect now it is presented as I imagined it.

    But now I have a stupid question: Why do I need a special code here, that should actually be standard, these elements are displayed in mobile mode.

    Thank you and you can close here.
    Stefan

    #1074708

    Hi Stefan,

    We decided that by default we wouldn’t show the images for mobile, but I’m glad the code worked out for you. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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