Hey,
i have the Problem that my Rev Slider is on mobile device not full visible. The half of it is under the navbar hide.
I had the problem on desktop as well but put this code for desktop version in custom css:
/* To make it overlap with slider */
.masthead.masthead-inline {
position: fixed;
z-index: 9999;
width: 100%;
top: 0;
background: transparent;
}
Is there the Oppertunity to get this running for mobile.
My adress ist www.konnex.gmbh
Also my Mobile Menu does not show everything, i can scroll.
I hope someone can help, ty to everybody.