I’m using ja_antares with ja_header module in http://retailproducts.bcmi.nl. The main navigation (left) is set to 185px, the Header module to 115px. It seems that the main text of the page(s) is still starting at 185px and not directly under the header module. It’s creating a white gap.
In the ja_header module I use:
HEIGHT 115px
In TEMPLATE_CSS.CSS I modfied:
#ja-mainnav {
width: 20%;
clear: both;
float: left;
height: 185px;
border-bottom: 5px solid #C0C0C0;
}
#ja-banner {
float: right;
width: 78%;
overflow: hidden;
border-bottom: 5px solid #3F89C3;
height: 115px;
background: url(../images/header/a.jpg) top left no-repeat;
}
Did I do something wrong or is it not possible to use different heights?
Thanks in advance for any tips!
Harry