Hi there!
Can you be more precise on that question? Maybe it’s just a styling issue!
Cheers!
Hi there! I know I’m quite late to the party but here it goes:
My guess would be, that you are not linking your images right inside your gallery!
Have you done something like in this picture?
Hope I could help!
Hi there!
This is actually not an error but intentional behaviour. If you would like to change this you need to change some styles in your local custom-gallery.php inside the plugin
@media (max-width: 480px) {
#{$selector} {
-moz-column-count: 2 !important;
-webkit-column-count: 2 !important;
column-count: 2 !important;
}
}
Just change the column count to 1 and you are all set!
Hope I could help.
Thanks for your review, I’m glad you like it!