WebSite X5Help Center

 
Paul Dunn
Paul Dunn
User

Page Jumps Left When Longer Than Window.  en

Auteur : Paul Dunn
Visité 1769, Followers 2, Partagé 15  
Mots-clés :: jumps,left,page,scroll

In my custom template design some pages are longer then the screen size. Whenever I jump to the page that is longer than the screen, the scrollbar appears at the right size and the whole design jumps to the left (if the browser window is maximized). This normal behaviour for browsers so how do I prevent this "jump to the left" when scrollbar appears in WebsiteX5?

Posté le
2 RéPONSES - 1 CORRECT
Pcssa .
Pcssa .
Moderator

. . . do you have a *scrollbar* at the right when page is longer ? or how do you want to see the rest of the page (depending on screen-resolution) Wink

So make the *short* pages longer and you will have the scrollbar at all pages - so it will not jump . . .

Lire plus
Posté le de Pcssa .
Template By Silver™
Template By Silver™
User

<style type="text/css">
html {overflow-y:scroll;}
</style>

Lire plus
Posté le de Template By Silver™