<em>@mwink 96863 wrote:</em><blockquote>Hi, thanks for this post, one problem: if I increase the size of the logo, the logo is ‘behind’ the main menu buttons … how can I change this ??</blockquote>
If you increase the height of the logo then you will also need to change the height of the header:
template.css file line 758
#ja-headerwrap {
background:#202020 none repeat scroll 0 0;
border-bottom:3px solid #FF9B14;
height:100px;
position:relative;
z-index:101;
}
AND
template.css line 766
#ja-header {t
height:100px;
line-height:normal;
position:relative;
}
Change the item marked in red to your wishing (remember to always make backups)
Set them both to the same value to make sure it all looks ok, so if you change the first from 100px to 150px then you should change the second also to 150px