Unable to center h3 in edit mode via css

Things I have tried

d3b790b18aa66944e3e521bf62c2a7273fd44272

or
image

version: 0.13.14
theme: default theme

Does this work?


/* Editor View */
.HyperMD-header.HyperMD-header-3 {
  text-align: center;
}

/* Reading View */
.cm-header-3, .markdown-preview-view h3 {
  text-align: center;
}

Angel

1 Like

Nice!
It works perfectly. Thank you for your help.

1 Like

Welcome.

:angel:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.