Does anyone know how i can change the text size of headermain?
Cheers frank... will give it a bash tomorrow.
Live site is:
I think in my header file its called headermain.
You could try giving div.headermenu (styles.php, line 779)) a fixed width,
.headermenu {
float:right;
margin-right:2px;
padding:10px;
text-align:right;
width: 100px;
}
With Development:Firebug extension for Firefox you can analyse CSS and even change it on the fly.
Will give it a closer look when I find the time.
hth
Frank
.headermenu {
float:right;
margin-right:2px;
padding:10px;
text-align:right;
width: 100px;
}
With Development:Firebug extension for Firefox you can analyse CSS and even change it on the fly.
Will give it a closer look when I find the time.
hth
Frank

Hi Frank,
Thanks for the reply and help...
I have tried your example and it does do what i want to an extent.
However I lose the icons (see your image)
In a nutshell i would like to do the following:
1st line to read: You are not logged in
2nd line: (Login)
3rd line: the complete date on one line
4th Line: My Icons (see attached image)
Many Thanks for the help.
Whats happened to all the other Moodle Gurus?
Thanks for the reply and help...
I have tried your example and it does do what i want to an extent.
However I lose the icons (see your image)
In a nutshell i would like to do the following:
1st line to read: You are not logged in
2nd line: (Login)
3rd line: the complete date on one line
4th Line: My Icons (see attached image)
Many Thanks for the help.
Whats happened to all the other Moodle Gurus?
