godaddy-wordpress / block-gallery

WordPress gallery blocks built exclusively for Gutenberg
https://wpblockgallery.com
GNU General Public License v2.0
57 stars 13 forks source link

Carousel Block overflowing in CSS Grid layout #15

Closed DanJLake closed 4 years ago

DanJLake commented 5 years ago

I have used the plugin with no issues in a display:block; layout, but I have recently converted the site to a CSS Grid and the same pages that work in a block layout are displaying the following:

image

image

The same carousel block in my old theme:

image

The carousel is nested inside body>main>article with the following CSS rules:

body{ display:grid; grid-template-columns:1fr 6fr 2fr 1fr; } main{ display:block; } article{ display:block; }

richtabor commented 5 years ago

Hey @Gorillis, do you have a URL I can look directly at? Thanks!

richtabor commented 4 years ago

Thanks for the feedback! We're actually focusing development on CoBlocks and deprecating Block Gallery moving forward. CoBlocks has all the same features (and more!) - and each gallery added with Block Gallery can be transformed into its corresponding CoBlocks gallery.