I have set up a child theme and have made modifications, but I'm at a loss when trying to change the margins for the #content div. No matter what I do the right hand margin stays at 70px. I want to reduce this.
Using the Google Chrome developer tools I can show that the browser can "see" the changes made in the child theme's style.css:
#content {
margin-right: 0;
background-color:gray;
}
My changes are listed at the top in developer tools (first precedence). However although the colour change work, the margin alteration isn't reflected in the rendering of the page or in developer tools, which show the "Computed style" as having a right margin of 70px.
You can see the page here:
http://pagepress.webuda.com/
Can anyone help?