Advanced Editor - Missing insert link and others on mobile editor
I am not sure what happened but several buttons have gone missing on mobile theme.
I don't know what may have caused this.
1
I am not sure what happened but several buttons have gone missing on mobile theme.
I don't know what may have caused this.
Comments
This is what it looks like on mobile
this is what it looks like on desktop:
I think I found it:
/* Media query: Hiding non-essential buttons */
@media (max-width: 766px) {
.editor-optional-button {
display: inline !important;
}
}
Added that to css and it seems to be fine.