Reply To: Script error notification

PennController for IBEX Forums Support Script error notification Reply To: Script error notification

#10935
Jeremy
Keymaster

Hi,

These projects lack a file named PennController.css in their Aesthetics folder. Uploading such a file with this content (appropriate for PennController 2.0) takes care of the centering issue:

.PennController {
    max-width: 40em;
    margin-left: 50vw;
    transform: translateX(-50%);
}

The other issues seems to have been solved in the meantime, but the first project includes two PennContoller*.js files in Modules, which could cause conflicts; only one is necessary

Jeremy