Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1491041

    Dear Sirs,

    I have a gallery set up with 3 columns with images closer together and centralised as in https://wayneandersonart.com/gallery/. I have set up 3 columns and trying to get them closer together. I have set the row layout to have no space between columns it says (not used when fullwidth breakpoint active) not sure I understand this. where is this set ?
    if you see https://peter-test1.co.uk/gallery/ our development site this is the current set up
    I am trying to achieve reduced column space of the three images that are central like https://wayneandersonart.com/gallery/ can you help.

    I have set up access to the development site. Can you help please.

    Many Thanks
    Peter

    #1491044

    why don’t you use the gallery or masonry gallery element?

    #1491045

    We dont want to use gallery as images come up too big when only set to three columns width. https://peter-test1.co.uk/gallery/

    • This reply was modified 2 hours, 27 minutes ago by condonp.
    #1491047

    Assign a custom class to this gallery – and reduce the value for the maximum width – as on blog pages. e.g: 800px

    
    .avia-gallery.your-custom-class {
      max-width: 800px;
      margin: 0 auto;
    }

    you can decide to show on grid a smaller version of your images – and in light-box to show the full image. On masonry-gallery you can set to have different column-counts on responsive case.

    See: https://webers-testseite.de/condonp/

    #1491049

    Many thanks,

    Works fine thank you

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