• Resolved strarsis

    (@strarsis)


    The Advanced Gutenberg styles interfere with the core/buttons horizontal alignment:
    The core/button blocks inside break instead of staying in the same row.
    Then the horizontal alignment options (left, right, space between, justified) don’t have any effect.

    The reason for this are these styles that are added by the Advanced Gutenberg blocks.css stylesheet:

    `
    .editor-styles-wrapper .wp-block .wp-block {
      max-width: 100%;
      width: 100%;
    }
    

    `

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Interferes with core buttons horizontal alignment’ is closed to new replies.