Hi all, you can change the height of Regulus header, and from that, change the size of the logo. It’s quite not an easy job, but also, not a very hard job.
Do the following steps below:
1. Change the height of the header
#ja-header {
background: url(../images/bd-bg.gif) repeat-x #626A69;
line-height: 69px;
position: relative;
height: 69px;
}
For example, I would like to change the header’s height to 100px, then …
#ja-header {
background: url(../images/bd-bg.gif) repeat-x #626A69;
line-height: 100px;
position: relative;
height: 100px;
}
2. Edit the bd-bg.gif image
Now you can see the white gap between the header and the tabbed menu because the height of bd-bg.gif is smaller than the height of the header.
2. Put your logo into the header
Now it’s ok for you to use a bigger logo image for Regulus. Please note that your logo image height should not be bigger than the height of the header. It will make everything mess up.
Hope it could help! 😀