Bluemoondragon07 / obsidian-big-and-bold

A bold theme designed in the style of a WYSIWYG Editor, created for maximum focus and a modern look.
Creative Commons Zero v1.0 Universal
42 stars 3 forks source link

H1 Title Centered #11

Closed OLH21 closed 1 year ago

OLH21 commented 1 year ago

H1 Title are allways centered in this Theme wich is quite unusual as default setting Is it possible to have an option to have them Align on the right like the other title level through the "Theme Setting"

OLH21 commented 1 year ago

Quick and dirty fix with custom css snipet :

.markdown-rendered h1, .HyperMD-header-1 { text-align: left !important; }

Don't know if it's the best selector to use but it seems to work

Bluemoondragon07 commented 1 year ago

After the last update, there is now a quick option in Style Settings to have H1 left-aligned. Thank you for sharing with me the idea.