• Resolved lionsmane

    (@lionsmane)


    The text for the gallery image is stuck UNDER the sticky header, so we can’t read half of it. How do we get the portfolio to fit onto the visible page??

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

Viewing 1 replies (of 1 total)
  • I’m checking your website, seems it’s a css z-index related issue on your side. Please try to use this custom css in your theme, so your sticky header won’t have such big z-index and will not appear on top of popups.

    
    .sticky-wrapper.is-sticky header#masthead {
        z-index: 99999!important;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Gallery disappears under sticky header’ is closed to new replies.