This user is not visible to guests.

Hi!  So it's been a hot minute since I last touched this css, but I've done some poking around in inspect element and I think you need to add something along these lines to the bottom of your css:

@media (min-width: 1200px) {
  .gallery-row .gallery-item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .gallery-row .gallery-item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

(You may need to slap an !important on those rules to get them to work, but it's best to try without first and see how it goes)

You can adjust for any number of columns as well!  eg. if you wanted to have rows of 4, you'd change 16.6666666667% to 25%  :)
So, 100% ÷ desired number of columns = the percentage you put into this snippet

Hope this helps!

EDIT: ahh, sorry toyhouse user media :')
I was talking about css media queries which are written as @media, apologies for the accidental ping!!

This user is not visible to guests.

No problem, glad I could help! :)

is there a way i can dm you about an issue im having witht he code? No one i talked to can see why it is doing the thing its doing

feel free to just message me on here ^^
https://toyhou.se/~messages/create/snail-legs

love love love this bundle!! im using it for my css and all my characters now, ty <33

glad you like it!! :D

This user is not visible to guests.

Waaahhh this is so good! I adore the style you went with this. It makes me want to buy premium just so I can use this code haha

aaa thank you!!  I'm glad you like it! :D

I ended up using the bookends code for my story blurbs. I've been looking for a folder code that was simple and clean for such a long time lol. Glad you made some, I'm really happy with how they look 😊 Thanks for creating such amazing codes! You can see how I used it here: https://toyhou.se/YoctoCrunch/characters

I've been meaning to make a folder code like bookends for a while, so I'm glad it was useful to you!!  really cool to see it in action!! :D