Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #270315

    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

    #270317
    This reply has been marked as private.
    #270320

    Hey!

    Are you referring to this element?

    Have you tried putting it as a background of a color section?

    Regards,
    Josue

    #270322

    Hi,

    No, the very first element at the very top, which is actually a LayerSlider.

    #270338

    This will fix it:

    @media only screen and (max-width: 767px) {
    div#layer_slider_1 {
        margin-top: -84px;
    }
    }

    Regards,
    Josue

    #270340

    Yes it did.

    Thank you!

    #270341

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.