Hi,
As I adjust the width of the window, the content suddenly shifts down about 100px, which leaves extra blank space. This appear to occur the same time that the menu changes into mobile mode.
Any idea what is causing it?
Cheers
Hey!
Are you referring to this element?
Have you tried putting it as a background of a color section?
Regards,
Josue
Hi,
No, the very first element at the very top, which is actually a LayerSlider.
This will fix it:
@media only screen and (max-width: 767px) {
div#layer_slider_1 {
margin-top: -84px;
}
}
Regards,
Josue
Yes it did.
Thank you!
You are welcome, glad we could help :)
Regards,
Josue