Quote:
Originally Posted by pfdc
then I changed the -10 to 0 in the below code:
Code:
.forum-main-header {
background: transparent url(images/motivational/background.png) repeat;
margin: -10px 70px 0 70px;
border-top: #cccccc 1px solid;
border-right: #cccccc 1px solid;
border-left: #cccccc 1px solid;
width: {vb:stylevar doc_width};
min-width: {vb:stylevar doc_minWidth};
max-width: {vb:stylevar doc_maxWidth};
-moz-border-radius: {vb:stylevar border_radius};
-webkit-border-radius: {vb:stylevar border_radius};
padding: 10px;
}
but nothing changed. can anyone help?
|
That is the only change that you would've needed to accomplish what you're trying to do. If that didn't work.....I don't know what else to tell you.....