WebSite X5Help Center

 
Paul Dunn
Paul Dunn
User

Page Jumps Left When Longer Than Window.  en

Autor: Paul Dunn
Besucht 1770, Followers 2, Geteilt 15  

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?

Gepostet am
2 ANTWORTEN - 1 KORREKT
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 . . .

Mehr lesen
Gepostet am von Pcssa .
Template By Silver™
Template By Silver™
User

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

Mehr lesen
Gepostet am von Template By Silver™