Perhaps if you are using the Style Settings or Minimal Theme Settings plugins, some of their settings are «overlapping» this CSS snippet?
No, I don’t think that’s the issue.
Please take a look at this snippet. Does it also fail to produce the desired result?
body {
--line-width: 100%;
}
The original snippet doesn’t work because Minimal Theme seems to use its own… I don’t know what they’re called, but basically, it doesn’t use the standard --file-line-width
, but instead uses its own --line-width
.
For the future: