I have spent hours combing through code after code on this site, trying to center my fixed banner without success. I am feeling frustrated and in need of some assistance.
Here is the CSS snippet I have been working with:
.heading {
position:fixed;
z-index:1;
overflow:hidden;
color:{color:background};
background-color:{color:background};
top:0px;
left:5%;
right:95%;
margin-left:-570;
font-size:11px;
width:1030px;
height:auto;
text-align:center;
border-bottom:2px solid {color:text};
}
Currently, this is how it looks like:
I would greatly appreciate any suggestions or feedback. Thank you.