Hi, How could i change something, that i get on the small mobile devices the button BACK TO TOP displayed. At the moment it disappears from a certain changed width. My tamplate is: 002060 I would like to have, like the tamplate: 002077 Thank you for your quick support.
AS Templates
POSTED: 2016-10-10
Hello HARDWORKER,
You can enable this option by editing 'templates/as002060/css/media.980.css' file the following class (line 117):
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
You can enable this option by editing 'templates/as002060/css/media.980.css' file the following class (line 117):
#back-top
{
display: none !important;
}
Regards, AS Team.