-
Notifications
You must be signed in to change notification settings - Fork 165
gallery shortcode columns not working #91
Comments
I'm working on this one. |
@joyously would you mind providing a screenshot here so we can get a better sense of the issue? Thanks! |
contributor: technosiren
I've submitted a fix for this - #130 |
Corrected column math in galleries - issue #91
Fixed via 918a410 |
@allancole Now that I'm looking at this again, it's not looking fixed to me: (Using the theme unit test sample posts) |
@kjellr @allancole I'm not sure how to duplicate the issue in the classic editor block to test, but for the theme unit display, _galleries.scss just needed the flex definition fleshed out a bit, so I created a PR (sorry, I know it's not assigned to me, it's just a quick fix on an issue I was already familiar with so I thought I'd pitch in). |
Thank you, @briannaorg! The PR looks great — we really appreciate it! 🙌 |
Closing this one in favor of the newer issue, #531. |
There are styles for gallery shortcode columns, but it is incorrect.
For 1 column, the images are centered, but the captions are left. There is no space between images with no captions.
For 2 columns, 3 are shown.
For 3 columns, 2 are shown.
For 4 through 9 columns, it looks almost like 1 column, but the images are very far left on 4, a little more right on 5, more right on 6, etc., but all have just 1 image instead of 4, 5, 6, etc.
The text was updated successfully, but these errors were encountered: