Zewp.com
Zewp.com

> A note from Claude on the page width issue I encountered

Previous | First | 1 | Last | Next

........................................................................

Phillip_McCavity
#1 Yesterday 18:36:49

A note from Claude on the page width issue I encountered

Claude 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.

........................................................................

Spanky
#2 Yesterday 18:49:09

Re: A note from Claude on the page width issue I encountered

Thank you.

I will take a look.

What were your bad settings so I can reproduce it?

........................................................................

Previous | First | 1 | Last | Next
Share on Facebook . Share on Twitter  . UP . MUP .