Support

Account

Home Forums Gutenberg Blocks: Size of the preview Reply To: Blocks: Size of the preview

  • Hard to say without seeing your CSS.

    You can use is_admin() to output something only for the WP dashboard. You could toss in some CSS that only is on the WP admin to fix your render.

    https://developer.wordpress.org/reference/functions/is_admin/