Quote:
Originally Posted by RipperJack
You can do something like this:
Find in your header template:
Code:
<div id="header" class="floatcontainer doc_header">
Add:
Code:
style="padding-top: 20px;"
so your finished code will look like this:
Code:
<div id="header" class="floatcontainer doc_header"style="padding-top: 20px;">
You can change the padding to whatever works for you
|
Many big thanks to you ,it worked !
Thanks a lot.