I am trying to change the margin from 1.6em to 1.1em of a particular css class. I have done a lot of custom css to the site (as you can see
), but for some reason nothing is working for this change.
i have tried everything, by adding the following snippets to the custom css tab in pagelines (to name a few):
.page-id-174 #highlight section.copy {
margin: 1.1em;
}
.page-id-174 #highlight .copy {
margin: 1.1em;
}
.page-id-174 #section .copy {
margin: 1.1em;
}
.page-id-174 .copy {
margin: 1.1em;
}
I have attached a screen shot of the page and the Google developer tools css output.
Any advice would be great.
Thanks!
Steve













