Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there any way to set fixed width to be the default instead of the fluid width which is controlled by the toggle button in the lower right side of the page? I am finding that my forum looks a bit better and allows the background to be seen.
You need to change this line
https://github.com/NodeBB/nodebb-theme-lavender/blob/master/static/lib/lavender.js#L6
to
var fixed = localStorage.getItem('fixed') || 1,
I think that should do it.
Nice theme btw
@baris Thanks for the help! I had no idea it was that simple. I am glad you like the theme!