I'd like to make the viewing of ja_platon less narrow. On my laptop screen there's about 600px of wasted whitespace on page views. What do I need to edit to fix this?
Hi @aldenbaker1, You can add the following custom CSS to reduce the space on your laptop.
@media (min-width: 1200px) { width: 90%; }