How do you control the module widths and have them adjacent to each other in position header_bottom?
How do you control the widths so that one module takes up half the width and the other two take up the remaining two quarters?
Thanks
Ian
#gkHeaderBottom .gkPage > div {
width: 50%!important;
float: left;
}
#gkHeaderBottom .gkPage > div + div {
width: 25%!important;
}