hmmm... so I tried it with a top-margin I'm having trouble with, but nothing changed. I probably didn't use it right:
.page-id-26 .entry-content.ie7 {
margin-left: auto;
margin-right: auto;
margin-top: 70px;
width: 100%;
text-align: center;
font-family: Arial, sans-serif;
font-size: 12pt;
color: black;
padding: 20px;
}
So I just copied the regular code .page-id-26 .entry-content and put a .ie7 at the end.
Is this right?
Nothing changed when I changed the margin-top from 20 to 70... Any idea?