Even with programming experience I don’t really understand how to make change this default selection in Gutenberg… Seems there were a few PRs for it, but none of them got merged… So frustrating that such obvious functionality doesn’t work
Thread Starter
lega4
(@lega4)
Reason is this CSS line
@media screen and (max-width: 660px) {
#mwl-target .mwl-fullpage-container .image-info-container {
display: none !important;
}
}
I commented it out and it became fine