Closed (fixed)
Project:
ColorPaper
Version:
6.x-2.0-beta4
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2009 at 21:56 UTC
Updated:
20 Jan 2009 at 23:40 UTC
Hello!
How can I put the title more down?And What should I change to the administer menu go more to the right??
I've already looked to css file but I can find the option.
Thank's
Karma
Comments
Comment #1
ktleow commentedHi,
To edit the title's css, look for this code and change:
Your second question is referring to the entire sidebar?
Comment #2
karmaxstripes commentedThank's ktleow I've already made my changes.
I also have put the sidebar with the size I want to.
But now apears another question. I have an swf. animation and I want to put it before the title, so it will be allways in loop.
I think I have to change in the page.tpl.php file. But it is not working.
Is it posible to take off the date and author informations to?
sorry for so many questions, but I'm just starting now with drupal.
Thank's
karma
Comment #3
ktleow commentedSince you want it before the title and always in a loop, you have to edit the
node.tpl.phpfile.Refer to the code:
The date and author information can be disabled for all content type via
admin/build/themes/settingspage.Have fun =D