A related question, hardly seems worth starting a new thread for it though... I'm trying to change the size and position of the header ez-pages, but no matter what I change in the CSS file for the template it remains the same. Here's what I think is the relative CSS
Code:
#navEZPagesTOCWrapper {
font-weight: bold;
float: right;
height: 1%;
border: 1px solid #9a9a9a;
}
#navEZPagesTOC ul {
margin: 0;
padding: 0.5em 0em;
list-style-type: none;
line-height: 1.5em;
}
#navEZPagesTOC ul li {
white-space: nowrap;
}
#navEZPagesTOC ul li a {
padding: 0em 0.5em;
margin: 0;
}
Or is there likely to be something else that over-rides it somewhere?