• Resolved sashadbell

    (@sashadbell)


    Hello, I am using the image gallery on my gift cards page, but seem to be having a formatting issue with the fist line of images, where only two images display (versus three). I do see a small grey dot to the right of the first image, which seems to “push” the second image to the right, leaving no room for a third. I suspect this is the issue, but not sure what’s causing it.

    Screenshot of what I mean.

    All the images are exactly the same dimensions (1200 x 655) and I have the gallery set to display 6 images. The dot to the right of image #1 show up even when set to display 1 image.

    Your help troubleshooting the issue would be much appreciated.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Juan Coronel

    (@juaancmendez)

    Hello Sasha,
    we hope you’re doing well!

    In order to fix that, add the following CSS in Appearance > Customize > Additional CSS:

    #ywgc-choose-design-preview .ywgc-design-list ul li:nth-child(2) {
      display: none! important;
    }

    Check it out and tell us if it works well for you, please.

    Have a nice day!

    Thread Starter sashadbell

    (@sashadbell)

    That worked great. Thanks very much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image Format Issue’ is closed to new replies.