How to move "scroll up" button upper?

Posted in: Newspaper
Post count: 364

I’ve installed ReCapthca 3 for Form on the site – https://prostobzor.com
On the bottom part “Scroll up” button located over Recaptcha 3 banner.
Screen – https://www.screencast.com/t/T70ppgzGXc6
How to move Scroll button upper?
Should use css ? https://www.screencast.com/t/bcaUk2Fm

Post count: 364

I tried to modify myself
/httpdocs/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css

.td-scroll-up {
cursor: pointer;
position: fixed;
bottom: 4px; –changed to –> 84px;
….
….

It didn’t help me

Post count: 35449

Hi,

You can use this custom css -> https://i.imgur.com/pq7z0aO.png
.td-scroll-up {
bottom: 84px;
}

Also the code can be set in theme panel> custom code> custom css.

Thank you!

Post count: 364

Thanks, done
But now Button Scroll page up always shown for every page – https://prostobzor.com/
Look at screenshot – https://www.screencast.com/t/5BH9lqws

Post count: 364

The screenshot is attached https://www.screencast.com/t/6I0TvvWHsQ

Post count: 35449

Hi,

Sorry, please replace the above code with this one ->
.td-scroll-up.td-scroll-up-visible{
bottom: 84px;
}

Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.