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

    Hi
    and another one:
    This is what it looks like on an Ipad:
    https://staging-z.lvps46-163-76-211.dedicated.hosteurope.de/respo2.png

    #1062232

    Hey heiratenmitstil,

    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) {
     #top #media_gallery-2 .gallery .gallery-item {
        width: 28vw;
        height: 28vw;
        margin-top: 0;
     }
    }
    @media only screen and (min-width: 768px) and (max-width: 1024px){
      #top #media_gallery-2 .gallery .gallery-item {
          width: 50px;
          height: 50px;
          margin-top: 0;
      }
    }
    

    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.