Tagged: blank space, gallery, jetpack
I created a blog post with an intro paragraph, embedded a gallery of 10 images using the JetPack “Tiled Mosaic” option, then continued the post for a few more paragraphs. This is how I’ve structured a number of my posts in the past with no trouble.
But after one of the recent Enfold updates, I now get a large blank space below the gallery, before the rest of the post text continues. You can see it in this post here. As of Sunday night it’s a scheduled post, but I installed a plugin that lets me share those posts publicly:
http://davidchartier.com/?p=2451&shareadraft=baba2451_523fb4a97cd09
Any idea what’s causing that? Thanks for your help!
Hello chartier!
There is an inline css code that specify the height of each gallery-row. Do you think you can remove that? If not, you can override the css using this on your custom.css or Quick CSS:
.gallery-row:nth-child(4) {
height: 100px !important;
}
Cheers!
Ismael
Strange, I haven’t added anything to the theme, I haven’t even created a child theme or customized CSS. Any idea what could be causing that? I do have WooCommerce installed, but doesn’t Enfold support WooCommerce?
I’ll try the custom CSS though, thanks a lot for your help.
Hello!
I’m not sure what might have caused it but Jetpack in general tends to cause unexpected issues and conflicts with themes and plugins. I don’t see any issue with the gallery now or even an error with the height so I’m not sure if it worked itself out or you changed a setting (or if it was a conflict with a scheduled post).
If it does happen again we can try taking another look at it then.
Best regards,
Devin