
Originally Posted by
darktowerhobbies
sorry one more question
Edit: I did what stuff4toys had suggested to add a button to the forums there are 2 problems 1 I got the button to show up but it does not work and 2 the checkout button got lowered down how do I make that all one line again with the forums button?
Just in case
click here
You need to set the width of the top bar in the stylsheet.css
Bump the width up a few pixels at a time so you only increase the width the required amount.
Code:
/* css for top menu tabs */
#navMain {
float:right;
width:750px;
line-height:normal;
height:32px;
}
#navMain ul {
float:right;
list-style:none;
}
#navMain li {
display:inline;
}
#navMain a {
float:left;
text-decoration:none;
}
#navMain a span {
float:left;
display:block;
padding: 7px 15px 0 15px;
text-align:center;
width:90px;
cursor:pointer;
height:25px;
}
JOhn ><>
Bookmarks