Width greater than max-width - How does this makes sense?

I am currently trying to understand what the purpose of the above mentioned configuration is?
How can the “standard”-width can be higher than the max-width? This does not make any sense to me. Would be very grateful for your explanation. Thanks

Link: https://preview.com/preview/espresso-template?utm_medium=preview_link&utm_source=designer&utm_content=espresso-template&preview=a6aeae8210843a720bf9166f594f8c8b&pageId=6500410d76bedb421a5eedd4&locale=en&workflow=preview

If you will read CSS documentation you will understand.

The max-width property in CSS is used to set the maximum width of a specified element. The max-width property overrides the width property, but min-width will always override max-width whether followed before or after width in your declaration

1 Like

Perfect thanks, next time I will check CSS documentation first. Probably also a good reminder to people outside, that CSS documentation might also answer many of your questions.

1 Like

As WF is nothing else than UI following mostly web standards , the solutions for 99% of questions can be find outside of this forum on internet. :vulcan_salute:

1 Like