Hello,
I do have a strange problem with the header. I am using the theme X. I want header to be shown when the page is being scrolled up. I found here in forum a solution for this: CSS and JS. The problem is, it is working fine but only for big screens (starting with 768PX width). The code does not work for smaller screens. The menu, however, is also changing for the screen width 767PX and smaller into pop-up menu.
The code for applying the CSS to 767PX and smaller, s. below, does not work either.
@media only screen and (max-width: 767px){
/* CSS that should be displayed if width is equal to or less than 767px goes here */
}
What I am doing wrong?