herbshirt
Member
Posted 2 years ago #
Hey guys,
I'm trying to tweak this theme.
I'm using Firebug but when I add margin etc to #header #blog-title to move it around nothing happens. I'm guessing it has something to do with a file called css.php ??
Can someone tell me how this theme works.
Thanks,
Herb.
I don't know that theme but css.php usually means much or all of the CSS stylesheet is being generated dynamically from a PHP file. See if you can find that file.
If you can't find anything you can always add the CSS to the head section of header.php in a styleblock.
herbshirt
Member
Posted 2 years ago #
Thankyou.
The weird part is I can change the font and color of said div but not the position.
I wanted to keep the code as good as it already is but if I have to I may hard code into the header.php like you suggest.