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).
Hi,
I want to disable the resizer function in the Lavender theme.
Thanks.
Have you tried adding this as custom css?
.resizer { display: none; }
@julian that only hides the button, but by default, the site displays at 100%. I don't want that.
@limker I believe the default is fixed width, not full fluid 100% width, so by default all users should get the fixed width view.
If you want to force fixed width even on users who've toggled the fluid width option, you could add a bit of js to fix that up.
A more quick solution:
Change
.container-fluid { .container-fixed(); }
to
.container-fluid { .container; }
in nodebb-theme-vanilla/less/bootstrap/grid.less
J
okay, will do, thanks agian @pitaj!
R
@phenomlab That worked 👍
G
@PitaJ Found a syntax error after looking carefully at the server side code, thanks for pointing out the problem is at server side...thought I copy pasted it! Thanks again! 😄
M
@PitaJ @priapo thanks for the support 🙂 Technical assistance helped me because i dont have access to the apache config.
Y
@metalkramp If you are on 1.1.2, you should be able to just checkout the master branch. (master branch may contain additional bugs.)