How to get a lager page width in both editing mode and preview mode? (Follow up)

I found this thread and took the same title for this post just added (Follow up).

The solution (post link) that seemed to work back then doesn’t work (at least not for me) anymore. Adding the code from the linked post to a snippet changes to width only of preview mode, but not for live preview. I’ve tried with various themes, and it doesn’t seem to matter.

Any ideas?

This works for me

body {
    --file-line-width: 800px !important;
}
1 Like

Works like a charm!
Do you have any idea how to add full width for tables?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.