first I added this to the top of the additional.css
Code:
.navtabs li a.navtab:hover, .navtabs li a.navtab {
margin-left:0px;
}
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?