Hi Rikard
I have updated the CSS on http://www.alpha1builders.co.nz/ as below and it seems to work well, can you please check the code is OK?
.header-scrolled .logo img, .header-scrolled .logo, .header-scrolled .phone-info, .header-scrolled .header_bg
{
display: none !important;
}
.header-scrolled .container_wrap
{
position: relative;
top: -61px;
}
.header-scrolled .av-main-nav-wrap
{
position: relative;
top: 0px;
}
.header-scrolled .container_wrap_logo
{
border-style: none !important;
border-width: 0px !important;
}
Thanks
Regards
David Norrie
I have almost got it to work see http://www.alpha1builders.co.nz/
This is the CSS added
.header-scrolled .logo img, .header-scrolled .logo, .header-scrolled .phone-info, .header-scrolled .header_bg
{
display: none !important;
height: 0px !important;
line-height: 0px !important;
max-height: 0px !important;
}
.header-scrolled .container_wrap
{
position: relative;
top: -60px;
}
.header-scrolled .av-main-nav-wrap
{
position: relative;
top: 0px;
}
The only problem now seems to be the lower white menu border?
Regards
Dave