Automattic / themes

Free WordPress themes made by Automattic for WordPress.org and WordPress.com.
https://themeshaper.com
GNU General Public License v2.0
887 stars 355 forks source link

Baskerville 2: Gallery Macro not flush aligned when using block editor #1051

Open danradigan opened 5 years ago

danradigan commented 5 years ago

Steps to replicate

Result

Gallery block is indented in a similar fashion as this issue: https://github.com/Automattic/themes/issues/447

Expected

Gallery to be flush on the left margin. I got this CSS from a happiness engineer that fixes the issue. I have applied this code to my blog and it does indeed fix it. The hope here is to integrate this code back into the theme

/ BUG FIX: fix the left margin on galleries | 13789946-hc / ul.wp-block-gallery { margin-left: 0; }

KokkieH commented 5 years ago

I'm able to replicate this.

Noting it only happens with the Core gallery block. With the Jetpack/wpcom Tiled Gallery block the gallery is flush to the margin

Gallery block

kokkiestrialtestsite

Tiled Gallery block

kokkiestrialtestsite
mdrockwell commented 5 years ago

A follow-up ticket was created for this user here: 2159738-zd