Automattic / themes

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

Baskerville 2: left margin on gallery #1656

Open kristarella opened 4 years ago

kristarella commented 4 years ago

Steps to replicate

Add Gallery Block to post

Result

Gallery block inside post has left margin, not flush with text

Screen Shot 2019-11-12 at 10 40 23 am

Expected

To be flush with text

Can fix with:

.post-content .wp-block-gallery ul {
    margin-left: 0;
}
supernovia commented 3 years ago

Another instance here: https://wordpress.com/forums/topic/gallery-block-misaligned/