........................................................................
Phillip_McCavityClaude gave me some browser settings to change but also included this note:
Would a style change prevent this? Yes — one line
This is a real weakness in the page, independent of your browser. Uncapped container-fluid
means the layout has no defence against any viewer's zoom or scaling being off.
For the site owner:
/* after bootstrap.min.css */
.container-fluid { max-width: 1800px; margin-inline: auto; }
max-width beats width: 100%, so it needs no !important — just later in the cascade. Below
the cap nothing changes; above it, content centers instead of stretching.
Worth pitching to Spanky on grounds better than this bug: line length. Text beyond ~90
characters per line is measurably harder to read, and a forum at 3998px is running 400+
character lines. The cap is good typography that happens to also make the site immune to
this failure mode. Swapping container-fluid → container would work too, but 1320px is
probably narrower than he wants.
........................................................................
SpankyThank you.
I will take a look.
What were your bad settings so I can reproduce it?
........................................................................
Previous | First | 1 | Last | Next