- This topic has 2 replies, 2 voices, and was last updated 9 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘Showcase and Feedback’ is closed to new topics and replies.
These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.
Community Forums › Forums › Archived Forums › Showcase and Feedback › No Sidebar Pro – WordPress Gallery
Tagged: gallery, no sidebar pro
Hi
There seems to be a problem with using galleries in Sidebar Pro. The gallery rows do not lay out correctly.
Example: http://wpcurator.co.uk/dev/gallery-test
Gallery shortcodes used:
[gallery columns="5" size="large" ids="158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173"]
[gallery ids="173,172,171,170,169,168"]
I have tested in other Genesis themes (Generate, Apparition and News) and they all work fine.
http://Example: http://wpcurator.co.uk/dev/gallery-testHi,
you can either use display: inline-block; instead of float: left; for .gallery-item
Or clear the floats at the beginning of each new line
(.gallery-columns-5 .gallery-item:nth-child(5n+1) and/or .gallery-columns-3 .gallery-item:nth-child(3n+1))
Worked a treat.
Thanks Christoph.
Tim
© 2025 WPEngine, Inc.