Looking for some advice on how to resolve a conflict with the Pelicula theme. In mobile view our jamburger menu is remaining sticky, the settings in the header are not set to sticky. We can get the menu to relative but adds a white border/section at top of page with the menu within, we want the menu to be over section or background as it changes colour depending on the background i.e black or white, our CSS etc has this sorted. We have written lots of CSS and Java to no avail. We think the theme is overridding settings etc
You need to contact the theme author.
Find out that CSS and JS use the sticky behaviour using your browser’s developer tools, then override those rules in your child theme (using a higher specificity or important) and any scripts that reapply the sticky class.
Thanks for this, we did similar to this but still had issues, will keep investigating