How to adjust POS UI (page)?

Dear community,

I need to slighly adjust POS page, to make right panel wider for better readibility.

Any suggestion on how to achieve this?

Thanks!

Adjust the right panel width by modifying the CSS and add a custom class in your POS page’s CSS file to increase the width, like this: .right-panel { width: 60%; }.

1 Like