Viewing The Scroll Position is not the same on different screen sizes

The Scroll Position is not the same on different screen sizes



User: Leif S. 6 days ago
Hello-
Functionality: By clicking on a Menu item I want to be directed to a Scroll Position in the Blog Post List. I have used an extra (redirect) page with code injection in the Head. The Scroll Position on the mobile screen is very different from that of the bigger screen. Thus the Scroll Position feature is not so meaningful.
Question: how can I make the actual positions the same regardless of screen size?

The injection code:
<script>
window.location.href = "/mysite#position";
</script>

-Leif
User: EverWeb Support 6 days ago
Hi Leif,

Thank you for posting!

The difference in scroll positions between screen sizes is likely due to variations in layout, text wrapping, and element heights. This can make it challenging to achieve a consistent scroll position across devices.

To better understand what’s happening in your project, could you please send us your project file? This will allow us to take a closer look and provide a more precise solution. You can send it by opening a ticket (Client Area > Open Ticket > Support).

Best regards,

-------------------------------
EverWeb Customer Support
Submit Tickets or Learn More


Post Reply
You must login or signup to post.