Reply To: Experiment appears left-aligned on screen

PennController for IBEX Forums Support Experiment appears left-aligned on screen Reply To: Experiment appears left-aligned on screen

#6499
Jeremy
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