How to align the menu on the left side just like on the Editor.js homepage? #2286
Answered
by
PhilBookst
PhilBookst
asked this question in
Q&A
|
My menu is sitting on the right side of the editor but it'd like it to be on the left side just like on the homepage. I can't seem to find anything related in the docs, is there any prop that I'm missing? Thanks for your help! |
Answered by
PhilBookst
Mar 5, 2023
Replies: 3 comments 5 replies
|
Nevermind, the menu moves to the left if the editor has a specific width |
5 replies
Answer selected by
PhilBookst
|
You can adjust based on your use case but changing both of this works great :host ::ng-deep .ce-toolbar__content, .ce-block__content { |
0 replies
|
I found it easiest by overriding the toolbar__actions right position: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Nevermind, the menu moves to the left if the editor has a specific width