Skip to content

Change page width behavior below 1280px #852

@wellstring

Description

@wellstring

Feature Description

Currently the params.page.width provides options to customize the max page width at 1280px+, but does nothing to affect width below that.

I'd like a parameter or some option to control the page width below that threshold. Currently at 1279px for example, the page will be extremely wide regardless of params.page.width.

Problem/Solution

It will solve the page being too wide before the window is 1280px wide, as currently content will just go to the edge. The page is much more readable at 1280px+ and the resizing is jarring. Even more confusingly, with params.page.width set to normal the content is wider with a smaller window.

The solution would be to provide an option to disable the automatic resize at 1280px and allow setting a maximum width (either through preset values or even an exact number).

Alternatives Considered

I've tried using custom css and overriding layouts, but have been unable to change this behavior. Ideally this would just be a setting and not require more complicated workarounds.

Additional Context

First image representation

1279px window

Second image representation

1280px window

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions