Baskervile 2: Bug with Block editor and gallery macro
-
When I was working on this post:
https://danradigan.com/2019/05/23/working-in-the-wine-country/I need this CSS:
/* BUG FIX: fix the left margin on galleries | 13789946-hc */
ul.wp-block-gallery {
margin-left: 0;
}so that the gallery macro is flush with the left margin like other blocks. We believe it’s inheriting the indent from the list attribute inherent in the macro. How can we roll a more permanent fix in the theme code?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Can you please describe what you believe is wrong? I don’t see anything that looks wrong on the gallery page you linked to.
Our theme developers won’t just add code to the theme because you claim it fixes an issue. They’ll need steps to replicate the issue on other sites, and then they’ll decide on the best way to fix it. What you’re seeing might also have been a design choice by the theme author, in which case they wouldn’t make any changes.
If you’re comfortable using GitHub you’re also welcome to open an issue yourself at https://github.com/Automattic/themes/issues/new?milestone=Baskerville%202&title=Baskerville%202%3A%20&labels=bug,support, and you can also submit a pull request to address the issue, but it will be up to our developers whether or not they accept your pull request.
-
Filed a formal issue here:
https://github.com/Automattic/themes/issues/1051The code I’m requesting to be added is not my code. Check the conversation 13789946-hc and you’ll see that the code was suggested by a HE. Filing the GH issue so you all can track the issue specifically. Seems like there are other themes that show the issue as well.
-
Thank you for adding that. Please be patient for our theme developers to get to that issue.
-
I notice this only happens with the Core Gallery block, but it doesn’t happen for me using WordPress.com’s Tiled Gallery block. Please check on your end if using that block instead makes any difference for you.
-
-
Excellent, for now try the Tiled Gallery block, and our developers will look into https://github.com/Automattic/themes/issues/1051 when they can.
- The topic ‘Baskervile 2: Bug with Block editor and gallery macro’ is closed to new replies.