I want the main-body content to be responsive and extend the page width.
I've added this to my custom.css
.article-details { /max-width:: 920px!important;/ margin-top: 35px!important; margin-left: auto; margin-right: auto;}
Also what CSS do I need to add for; so, bullet points are properly indented? Right now there is no indention when a bullet point is applied to a line space.
I've even editted the template.css to comment out the width as well because it I don't it overwrites the custom.css I have written. Even doing that the page width keeps reverting back to the max width of 920px. Everytime the page cache expires it reverts back to the original max width for the article body.
Why is that happening and should I be editting additional CSS; so, this does not happen.