Back to top

oneITS
54 Posts
oneITS posted this 15 December 2021
Ask a Question

Hello

is it possible to move the back to top icon to the left side - I have just found a way to move it a little ( see may picture)

Best regards Daniel

Hello is it possible to move the back to top icon to the left side - I have just found a way to move it a little ( see may picture) Best regards Daniel
Vote to pay developers attention to this features or issue.
7 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 15 December 2021

Hello Daniel,

The position of the back to top button is attached by CSS to the bottom and to the right side.
It's a common position for such a button that's why Nicepage has only this option.
You can only change it with custom code.
...................................................
Sincerely,
Negat Veri
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Daniel, The position of the back to top button is attached by CSS to the bottom and to the right side. It's a common position for such a button that's why Nicepage has only this option. You can only change it with custom code. ................................................... Sincerely, Negat Veri Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
oneITS
54 Posts
oneITS posted this 16 December 2021

Hello Negat

the point is that the "reCAPTCHA" icon is on the right position (see print screen) and we like to move the back to top icon to the left side - Can you give me more infos how to do this in CSS.

Best regards Daniel

Hello Negat the point is that the "reCAPTCHA" icon is on the right position (see print screen) and we like to move the back to top icon to the left side - Can you give me more infos how to do this in CSS. Best regards Daniel
Support Team
Support Team posted this 17 December 2021

Hello Daniel,

You could use the following code to change the position of the back-to-top button.

.u-back-to-top
{
left: 15px;
right: auto!important;
}

...................................................
Sincerely,
Negat Veri
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Daniel, You could use the following code to change the position of the back-to-top button. .u-back-to-top { left: 15px; right: auto!important; } ................................................... Sincerely, Negat Veri Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
oneITS
54 Posts
oneITS posted this 21 December 2021

Hello again
thank you for your hint. Where exactly have I to place this bit of code? Can I implement into Nicepage itself?

Best regards Daniel

Hello again thank you for your hint. Where exactly have I to place this bit of code? Can I implement into Nicepage itself? Best regards Daniel
Support Team
Support Team posted this 22 December 2021

Hello Daniel,

You could paste this code into Site Settings >. CSS
There is a possibility to make it in Nicepage Desktop or in Nicepage Plugin
Also, you could manually add this code.
Please find the nicepage CSS file in the exported project and add provided code to a .u-back-to-top class.

...................................................
Sincerely,
Negat Veri
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Daniel, You could paste this code into Site Settings >. CSS There is a possibility to make it in Nicepage Desktop or in Nicepage Plugin Also, you could manually add this code. Please find the nicepage CSS file in the exported project and add provided code to a .u-back-to-top class. ................................................... Sincerely, Negat Veri Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
oneITS
54 Posts
oneITS posted this 27 December 2021

Hello
thank you very much for your help. Now it works perfect.

Best regards Daniel

Hello thank you very much for your help. Now it works perfect. Best regards Daniel
Support Team
Support Team posted this 28 December 2021

Hi Daniel,

We are happy that could help to resolve your issue.
Please contact us any time assistance is needed!
...................................................
Sincerely,
Negat Veri
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Daniel, We are happy that could help to resolve your issue. Please contact us any time assistance is needed! ................................................... Sincerely, Negat Veri Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments