strapdown icon indicating copy to clipboard operation
strapdown copied to clipboard

Set maximum page width

Open yoavartzi opened this issue 12 years ago • 2 comments

Is it possible to set the maximum width of the main column?

Thanks

yoavartzi avatar Nov 13 '13 19:11 yoavartzi

+1 on this.

toomey8 avatar Dec 13 '14 18:12 toomey8

If you're using one of the supplied bootstrap themes, use this snippet:

<style>
.container { max-width: 700px; }
</style>

numtel avatar Jan 23 '15 07:01 numtel