WebSite X5Help Center

 
Peter S.
Peter S.
User

The scroll to top button is too far to the right!  en

Autor: Peter S.
Visitado 776, Followers 1, Compartido 0  

I have a responsive test site and when viewed on my new smartphone, the scroll to top button cannot be seen unless I scroll the page and then I see that button.

Is there a way to move the position of that button to the left a little?  and if so how..  Thanks

Test site www.marcoimports.co.nz/test4pat

Publicado en
4 RESPUESTAS
John S.
John S.
User

You can use code like this:

<style>

#imPageToTop {

right: 10px;
}

</style>

This places the button 10 pixels from the right. You can change the value to a value of your own choice

Leer más
Publicado en de John S.
John S.
John S.
User

You can make it on one page or for all pages.

For one page: put the code in the page-settings, expert tab - before closing the head tag.

For all pages:

Put the code in in the code tab.

Leer más
Publicado en de John S.
Peter S.
Peter S.
User
Autor

John, Wow..  Thank you..  Thats perfect   cool

Leer más
Publicado en de Peter S.
John S.
John S.
User

Hope it solved your problem

Leer más
Publicado en de John S.