Hello everyone.
I just set up a forum here: http://www.comicsheritage.ca/forum/
I am using SMF 2.0.1 and the Theme name I am tweaking is "CS Manual".
My question is:
Where is the code and how can I make my header logo move a little more to the left?
Thanks a lot for your help.
In index.css look for this:
* the main title, always stay at 45 pixels in height! */
h1.forumtitle
{
line-height: 45px;
font-size: 1.8em;
font-family: Geneva, verdana, sans-serif;
margin: 20px 0 0 40px;
padding: 0;
float: left;
}
Try playing with the margin numbers. Specifically the 40px.
;)
Wonderful, many thanks! :)