Quote:
Originally Posted by WendM
OK, for those who want to know how to push the image down to their own height, then do this:
Open Template: headcalendar_bop5
find: position:relative;
then next to it place this: top:20px;
adjust the number to suit your own position!
demo here:
http://www.hottopowners.co.uk/forum.php
|
You can also add it to additional.css so you don't have to edit the template if you want:
Code:
#bop5headcalmain {
top:20px;
}
In general it's good to avoid editing templates because they will need to be reverted if the mod is ever upgraded and changes made to the template.