PennController for IBEX › Forums › Support › Script error notification › Reply To: Script error notification
November 1, 2023 at 1:58 pm
#10935
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