Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Minimise header and hide logo when scrolling #725902

    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

    in reply to: Minimise header and hide logo when scrolling #725115

    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

Viewing 2 posts - 1 through 2 (of 2 total)