Lots of white space in SCORM player

Re: Lots of white space in SCORM player

by Vernon Spain -
Number of replies: 1
Picture of Plugin developers Picture of Testers

Old post but it bugged me until recently. The code we used for (Essential theme with iSpring) is below. You can apply it site wide or use Generico to apply it via a lable on that page only.

You will need to change this code if you use a different scorm packager (or maybe even a different version of Essential?)


hth

Vernon


body#page-mod-scorm-player { padding-top: 0px;

}

#scormtop { display: none; }

.universal {

    overflow: hidden;

    

    top: 1px!important;

    margin-top: 0px!important;

}

#page-mod-scorm-player #scormpage #scorm_object {

    border: none;

    width: 98%;

    height: 88%!important;

    background-color: #fff!important;

}

#page-mod-scorm-player #scormpage #scorm_content {

    height: 88%!important;

}


Average of ratings: Useful (1)