Go to the top button not displaying properly

Posted in: Newsmag
Post count: 136

Hi,

My button on the bottom right to quick scroll to the top of the article hides (is out of view).

Here is an image of it when it loads incorrectly:
http://www.tntreport.com/wp-content/uploads/2015/07/Screen-Shot-2015-07-15-at-8.40.30-pm.jpg

Sometimes the page loads it fine but if you scroll up and down or go into another article or two it makes the error.

What is causing the issue? How can I fix it?

Thanks
http://www.tntreport.com

Post count: 6535

Hi

For some reasons your button have an incorrect style property, might be from an plugin which overwrite the theme css. You can try deactivating all plugins, except Visual Composer, and test again. If the problem persist add this custom css in theme panel > custom css:

.td-scroll-up {
bottom: 4px!important;
}

Here is the result: http://screencast.com/t/XV4OOhUE

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