• Resolved ennan

    (@ennan)


    Hi Malihu,

    First of all thanks for a very good plugin!

    I’m developing a page that has 10 sections, each one with its corresponding CSS ID. The problem I have is that when clicking a link starting from the first section (you can check this from the menu or clicking the arrow), the destination scroll is offset vertically. When starting from any other section than the first one the destination scroll works fine.

    I tried checking the “Verify target position and readjust scrolling (if necessary), after scrolling animation is complete” in the settings, in this case the position gets adjusted immediately after it arrives…

    This can be fine if I don’t find another solution, but I’d like the destination of the scroll to arrive without any offset.

    thanks!
    regards,
    /enrique

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author malihu

    (@malihu)

    Hello Enrique,

    I checked your page and the issue has to do with the way the page layout and CSS rules used in the theme. You can fix this by reverting the overflow rule in the root elements. Add the following in your CSS (e.g. in appearance > customize > additional css):

    html.eael-offcanvas-content-widget, 
    html.eael-offcanvas-content-widget body{
    	overflow-x: visible;
    }

    Test it and let me know.

    Thread Starter ennan

    (@ennan)

    Hi Malihu,

    Yes!!! that solved the problem… wasn’t going to find it without your help.
    Thank you very much! You’re a gurú ??

    regards,
    /enrique

    Plugin Author malihu

    (@malihu)

    You’re welcome. Glad I helped ??

    Thanks a lot for the review!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Vertical offset when scrolling (with elementor)’ is closed to new replies.