-
AuthorPosts
-
June 9, 2007 at 4:00 am #120737
hallo,
how i can change the size of the header?
i had some response in the showcase forum and i want to put my logo in the header.Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
June 9, 2007 at 11:42 am #221729See attached screenshot.
1.If you wanna resize the top where the menu are:
Find line 1092 in template_css.css:
/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap1 {
height: 200px; <----------------add this line here, but specify your height.
background: #333333;
font-family: Tahoma, Arial, sans-serif;
}2. If you wanna resize the place where the logo is today:
Find line 1019 in template_css.css:
/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
height: 50px; <-------------add this line here, but specify your height.
border-bottom: 1px solid #999999;
background: url(../images/header-bg.gif) repeat-x bottom #FFFFFF;
}For step 2 you might need to do some changes to images in the header.
If you gonna remove that part totally, where the logo is originally:
Find line 203to 222 in index.php and delete it:
<!-- BEGIN: HEADER -->
<div id="ja-headerwrap">
<div id="ja-header" class="clearfix"><h1>
<a href="index.php">
<img src="<?php echo $ja_template_path;?>/images/logo.gif" alt="<?php echo $mosConfig_sitename?>" />
</a>
</h1><div class="ja-day">
<?php
echo "<span>".date ('l')."</span>";
echo " <div>".date ('M')." ".date ('d').date ('S')."</div>";
?>
</div></div>
</div>
<!-- END: HEADER -->
This removes the logo and the date from your template, if you still gonna use the date you need to add it again where you wanna have it.If you gonna remove just the logo part:
Find line 207 to 211 in index.php and delete it:
<h1>
<a href="index.php">
<img src="<?php echo $ja_template_path;?>/images/logo.gif" alt="<?php echo $mosConfig_sitename?>" />
</a>
</h1>
If you need any help with do anything with this just reply here or give me a PM.June 15, 2007 at 1:11 pm #222207all i want to do is make the logo exactly where it is but have it longer. is this where i would change that as well?
thanks
Lisanot a problem, the longer logo i had worked without any mods to the file
-
AuthorPosts
This topic contains 3 replies, has 3 voices, and was last updated by zoom4267 17 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum