
I tried the following which did not work.
div.course-edit_main #legacy-wrapper-iframe body > div.container {
margin-left: 50px;
margin-right: 50px;
}
It is in an iframe, but the following edits, also in the same iframe, worked fine as you can see:
#player-uploader-wrapper > div:nth-child(8) > div.controls {
height: 100px!important;
}
#mceu_22, #mceu_22-body {
height: 98px!important;
}
#mceu_33, #mceu_33 #file-description_ifr {
height: 33px !important;
}
.docebo-progress {
transform: scaleY(4.0);
}
Best answer by Bfarkas
View original