Replies: 0
Hey I removed the header from this page using css
.page-id-8428 header {
display: none;
}
But there’s still some of the header showing at the top (its the red part about a centimeter and a half, I tried to use this css to fix it but can’t seem to get it to work.
body.page-id-8428 #content .main .pageclass {
padding: 0px 15px 20px;
}
Any guidance would be appreciated? I probably have the wrong class.