Okay
  Public Ticket #1974610
Portfolio Gallery
Closed

Comments

  • Luke Standing started the conversation

    Is it possible to create 'Gallery Row Gaps' as well as 'Gallery Columns Gaps'?

  •  1,559
    Laborator replied

    Hi Luke,

    It is not possible to manage the row and column gaps but you can do that using custom CSS, try adding this to Custom CSS:

    .single-portfolio-holder .gallery .row > div {
      padding-left: 6px !important;
      padding-right: 6px !important;
    }
    .single-portfolio-holder .gallery .photo, 
    .single-portfolio-holder .gallery .portfolio-video, 
    .single-portfolio-holder .gallery .portfolio-images-slider, .single-portfolio-holder .gallery .comparison-image-slider {
      margin-bottom: 6px !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group