Hi,
Love the theme!
Have a test site here http://192.185.4.116/~house/
As you can see for a logo sized at 263px (width) x 220px ( height) the slideshow ( header) overlays into the logo.
Ive tried:
#header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child {
background: #F0F0F0;
}
.logo, .logo img {
max-width: 263px !important;
width: 263px !important;
height: auto !important;
max-height: none !important;
}
.logo img{
position: relative;
top: -35px;
}
.main_menu ul:first-child>li>a {
font-size: 16px !important;
}
.main_menu ul:first-child > li > a{
padding: 0 20px !important;
}
#header_main .container, .main_menu ul:first-child > li a{ height:180px; line-height: 180px; max-height: 180px; }
Also – If I increase the main menu height – what is required to ensure the above logo and below slider/header are all moved relatively?
Ive read the forums and tried multiple quick css solutions to no avail. Would appreciate some assistance.
Thanks
Well I have a *fix* by using the custom pixel size for the header :-)
You can flag this as resolved
Thanks
Michael