Header Transparency & Stickiness Mobile Bug
-
The header transparency and stickiness options for mobile are broken in this theme’s CSS configuration files. I’ve already tried all of the previously posted workarounds on these forums to no effect. I need the desktop, tablet and mobile header transparency and stickiness options to be synchronized.
The website currently has the following code added to the Additional CSS section of the theme customization options without any results whatsoever:
.sticky-header-active .mobile-header { position: -webkit-sticky !important; /* Safari */ position: sticky !important; top: 0; } @media only screen and (max-width: 1024px) { body.sticky-header-active.botiga-scrolling-down .mobile-header { position: -webkit-sticky !important; /* Safari */ position: sticky !important; } }Could I please have the details of any specific CSS / PHP files in the theme which need modification to correct this bug, and the code modifications required to do so? Given this bug is years old now, a theme update with these bugs fixed is badly needed.
Thank you in advance for your time and assistance!
The page I need help with: [log in to see the link]
The topic ‘Header Transparency & Stickiness Mobile Bug’ is closed to new replies.
