• Resolved Michael

    (@tony-alibaba)


    Hi friends,

    In responsive mode, the website links do not work near the header, I have a sticky header and about 40px from the bottom of the sticky header, the website links cannot be clicked on, as in, any links that approach the bottom of the sticky header become unclickable.

    I’ve provided my website and a pic with a diagram to further explain,
    I’d really appreciate any help as to why this is happening and it has been happening since I used the sticky header snippet.

    website: poetsayings.com
    image example of bug: PoetSayings.com/glitch

Viewing 3 replies - 1 through 3 (of 3 total)
  • That header is a little messy, wanna try these css rules?

    @media (max-width: 979px){
    .tc.header .container.outside{
    display: none;
    }
    .navbar-wrapper.span9{
    height: 0px;
    min-height: 0px;
    }
    .navbar .btn-navbar{
    margin-top: 15px;
    }
    }

    Thread Starter Michael

    (@tony-alibaba)

    D4Z, you are the most brilliant coder I’ve met, the way you figure things out just amazes me! Thank you, thank you! Worked more than perfectly!

    D4Z is the best!

    Ahah thank you Michael, it’s just that in these months I’ve met similar issues, and with inspect element (chrome)/firebug (mozilla), is pretty simple to figure out how to fix them when you know where to look.
    Glad you solved Michael.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Links Not working near sticky header’ is closed to new replies.