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

    Hello,

    could you please help us to get the breakponts of the galerie?
    It is only available in 4 pics per row even on mobile.
    Can you explain us please how to get it 4,2,1?

    Thanks in advance.
    Rainer Göhde

    #1361247

    Hey RG1968,

    Thank you for the inquiry.

    We can use the following css code to adjust the breakpoint of the gallery columns on tablet/phone view.

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
    
    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile/Tablet Styles here */
      .responsive #top .avia-gallery .avia-gallery-thumb a {
        width: 50%;
      }
    }
    
    @media only screen and (max-width: 480px) {
    
      /* Add your Mobile Styles here */
      .responsive #top .avia-gallery .avia-gallery-thumb a {
        width: 100%;
      }
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1361684

    Hi Ismael,

    thanks a lot, work perfectly!
    Best regards,
    Rainer

    #1361699

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Galerie Breakpoints’ is closed to new replies.