• Resolved fishmi

    (@fishmi)


    In the block “Columns / Container” there is a problem that when selecting a HTML tag other than “Default” or “DIV”, the display in the editor no longer matches the display on the live website.
    The display on the live website is correct, the display in the WP Editor is incorrect.
    Only with the DIV tag are the columns displayed in the WP Editor across the entire available width and the content within them accordingly.

    Or expressed technically:
    With the DIV, the width is set to 100% in the stylesheet.
    [data-type^=”stackable/”]>div {
    width: 100%;
    }
    With the HTML tags – such as Section (which I like to use for semantic HTML) this specification is missing, although it is also an HTML block element.

    Could you please add the editor styles for the other HTML tags. Thank you.

    Stackable is the best block plugin currently available, ahead of Kadence and UAG.

Viewing 1 replies (of 1 total)
  • Plugin Author Benjamin Intal

    (@bfintal)

    Thanks for the report! We’ll add this in our todo list! I’m resolving this for now but we’ll surely add this in.

Viewing 1 replies (of 1 total)
  • The topic ‘WP Editor Columns/Container Bug’ is closed to new replies.