strapdown
strapdown copied to clipboard
Set maximum page width
Is it possible to set the maximum width of the main column?
Thanks
+1 on this.
If you're using one of the supplied bootstrap themes, use this snippet:
<style>
.container { max-width: 700px; }
</style>