You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Scrawl, when galleries are put into posts and pages in Calypso or the Classic editor, the galleries extend out past the left and right margins of the theme so that the galleries are larger. When a gallery block and gallery are used in Gutenberg, the gallery images are pulled to the left, but not to the right, so the gallery aligns with the right edge of the content area, and outside of the left content area margin.
CSS that is pulling Gutenberg galleries outside left margin:
I removed the full URLs. There's a browser script that you can install, that turns HC, ZD, and many other internal URLs into actual link, so there's no need to post full URLs on GH :)
Steps to replicate
In Scrawl, when galleries are put into posts and pages in Calypso or the Classic editor, the galleries extend out past the left and right margins of the theme so that the galleries are larger. When a gallery block and gallery are used in Gutenberg, the gallery images are pulled to the left, but not to the right, so the gallery aligns with the right edge of the content area, and outside of the left content area margin.
CSS that is pulling Gutenberg galleries outside left margin:
.tiled-gallery-wrapper, .jetpack-video-wrapper, img.size-big, .wp-caption.size-big { margin-left: -158px; }
Screenshot from user's NYC Part 1.. post: https://cloudup.com/cbNjwG88VF
Example from Scrawl classic/calypso post: https://scrawldemo.wordpress.com/ (scroll down to Bold Color)
Expected
Expect that galleries created with Gutenberg would show the same as those created in Calypso or Classic editor.
The text was updated successfully, but these errors were encountered: