brucehere365
Member
Posted 2 years ago #
Hi,
Im having an issue with some spacing of my wordpress gallery of images inside a page.
http://www.mlasa.co.za/gala-dinner-2010-images/
They all display and work fine, and no the lightbox hasn't messed it up slightly. It works the same without it on.
Also if I specify the number of columns it doesn't change the huge gap, but it does work and specify the column number... which is great.
Not sure why there is such a huge break under the first line of images?
Any ideas would be much appreciated.
It's the clear:both; in the default gallery CSS. Try adding:
.gallery div {clear:none !important;}
to the bottom of your theme's stylesheet.
brucehere365
Member
Posted 2 years ago #
Great that did it! Thanks very much!
brucehere365
Member
Posted 2 years ago #
Very strange, I'm having a very similar problem now on a new site I'm working on.
The gallery is displaying strange at http://handsdown.co/gallery/
Pretty sure it may have something to do with the css and have tried the above, but didn't work...
brucehere365
Member
Posted 1 year ago #
Anyone have any ideas about this?