I am trying to configure CSS for my entire site to be responsive in with i.e. for the width to adjust to the full width of the current window.
I know these entries represent brute force and are not particularly elegant. That said, it actually works well for just about every aspect of the site, including the window to create/edit a new post.
However, the actual post content itself - which appears to be in a CSS element called css.coked - remains at a fixed width no matter how I attempt to override it. What can I do so viewed posts also expand to the window size?
- {max-width: 100% !important };
div.cooked {max-width: 100% !important };
div.cooked {width:2000 !important };
p {max-width: 100% !important };