MikeOlson
✭MikeOlson ✭
Reactions
-
Re: Advanced Editor - Missing insert link and others on mobile editor
Added that to css and it seems to be fine. (View Post)6 -
Re: Advanced Editor - Missing insert link and others on mobile editor
I think I found it: /* Media query: Hiding non-essential buttons */ @media (max-width: 766px) { .editor-optional-button { display: inline !important; } } (View Post)5