I'm just wondering if there is a way that could make max-width fixed when adding left and right is added?
Here is my css:
#editorBody { overflow: auto; margin: auto; padding: 15px 40px 10px 40px; max-width: 816px; }
I would like the width to be 816px, but actually it is 736 (816-50).
html css
Justin
source share