PennController for IBEX › Forums › Support › Experiment appears left-aligned on screen › Reply To: Experiment appears left-aligned on screen
January 8, 2021 at 2:45 pm
#6499
Keymaster
Hi,
You need to upload a file named PennController.css to your project’s Aesthetics folder with the following:
.PennController {
max-width: 40em;
left: 50vw !important;
transform: translateX(-50%);
}
Adapt the value of max-width to your preferences
Jeremy