hi guys,
i’d like to know how i can increase the main menu / HEADER height. Currently what joomlart provides does not suffice my clients logo size. So i decreased the size of the logo and experimented a bit..
but, it looks bad… So i’d like to know how i can increase the height of the header so i can fit
my clients logo 🙂
i’ve tried all the obvious methods such as changing CSS for:
[FONT=”Courier New”]
#ja-headerwrap {
background: url(../images/header-bg.jpg) repeat-x top;
z-index: 999;
position: relative;
width:100%;
}
#ja-header {
height: 100px;
line-height: normal;
position: relative;
}
and
#ja-mainnav {
height: 100px;
width: 75%;
background: url(../images/mainnav-sep.gif) no-repeat left;
float: left;
}
[/FONT]
But to no AVAIL!
What do yo’all think??
THANKS IN ADVANCE!
btw, i need atleast 25% more height
-Ar2Solutions