css: how to override max-width value with a larger (less restrictive) value July 21, 2023 by Tarik You can override (unset) max-width with .foo{ max-width:none; } … to clear any inherited max-width.