Reply To: Maze on new farm (cont'd)

PennController for IBEX Forums Support Maze on new farm (cont'd) Reply To: Maze on new farm (cont'd)

#8658
Jeremy
Keymaster

Hi,

Using version 4, replace the content of PennController.css with this:

.PennController {
    position: static !important;
    width: auto !important;
}

This way, the main container will inherit the max width of its children (including the 1000px width of the Maze controller) and because its position will be set to static, it will be centered by default. Note the !important keywords to overwrite the style that’s normally applied by the PennController script itself

Re. the labels on the radio scale, explicitly set their positions so they’re printed accordingly: .labelsPosition("right")

Jeremy