@Ziggy I tried entering it but nothing happened. I should see the change right away right? I don't need to hit save first? In any case I wanted to you you what other custom CSS I had just in case it was interfering;
header{
position: fixed;
width: 100%;
z-index: 9998;
}
main{
padding-top: 100px;
}
ajax{
z-index: 9999;
}
@media only screen and (max-width: 1000px){ main {
padding-top: 0px;
}
}