• Resolved tamancar

    (@tamancar)


    Hi
    Thank you for creating such a beautiful theme.

    There is a problem with the sticky header.
    The links below the sticky header area can not be clicked.
    You can see the video in the link: https://streamable.com/mij00

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi, glad you like the theme!

    Thanks for the great video. Try adding this as additional css fix:

    
    #header-sticky.sticky-element-sticky { pointer-events: none; }
    @media only screen and (min-width: 1025px) {
    	#header { pointer-events: auto;  }
    }
    
    Thread Starter tamancar

    (@tamancar)

    Thank you

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

The topic ‘Gridzone Sticky Header Problem’ is closed to new replies.