I have quite a large logo and with some fiddling I got the logo and menu to display in a reasonable fashion.
Under the menu there is a separator line where a little triangle indicates current menu item.
Help as I can't work out how to lower it. Currently my CSS modifications just make it disappear.
Current CSS mods in macabre to get your logo and menu correct are the following. You will see I have changed the sizes...
.ow_top{ position:relative; height:344px;/** OW_Control type:text, key:headerHeight, section:1. General Settings, label: Page header height **/}
.ow_header { background: transparent url(images/cont_menu_wrap.gif) repeat-x left bottom; height: 344px; /** OW_Control key:headerHeight, dir:delete **/}
.ow_header .ow_logo h2 a { display: block; width: 800px; height: 303px;}
Anyone any idea's where the separator line is referenced?
Stuart