Hello, in a post/question I asked a month ago, I had an issue with the space being to large between the H1 title and the top of the page.
You sent me some CSS code and it worked great. Then, all of a sudden the site reverted back to it's old self. I checked the CSS code and it was still there. This is what I currently have in the CSS field:
.maincontent {
padding: 30px 32px;
}
} @media screen and (max-width: 740px) {
#logo .logo-text a {
font-size: 32px;
}
#logo .site-slogan {
font-size: 12px;
}
#container_header .wrapper960 {
padding-left: 0;
}
}
#main {
background-color: #fdfdfd;
}
Did I do something wrong?