Feature Request - Adjustable Kite Marketwatch Panel Width

As described in the other thread,
this can be customized by changing the value of the css property that controls marketwatch layout
specified either in exact number of pixels or in percentage of screen-width.

.app .container .container-left .marketwatch-wrap {
    min-width: 300px !important;
    max-width: 20% !important;
}

This should hopefully do the trick,
while we wait for Kite to officially support any such customizations,

1 Like