nk-crew / ghostkit

Gutenberg blocks for WordPress
https://www.ghostkit.io/
GNU General Public License v2.0
157 stars 33 forks source link

Positioning of grid in Backend #129

Closed spencer-j closed 3 years ago

spencer-j commented 3 years ago

Wrong positoning of Grids in Backend. See Screen, in astra, neve and twentytwenty, Screen in cases of fullwidth layouts the left WP Admin bar is overlapping: Screen-2

Problem is:

.ghostkit-grid>.block-editor-inner-blocks>.block-editor-block-list__layout{
    ...
    margin-left: calc(-1 * var(--gkt-grid__gap));
}

Greets Spencer

nk-o commented 3 years ago

Hey Spencer.

Should be fixed in this commit ab6376c. Plugin already updated, please, let me know if it still not working properly.