Timer position
Hi,
my question is the following: in the desktop version the timer appears at the bottom right right where the “back to top” button is. is it possible to move it to another position? A little more to the left would be enough. It cannot be moved to the opposite corner because there is the “Whatsapp” symbol. In the mobile version, however, it is fine, because there is no “back to top” button
Hi Nino,
you’ll need to add some custom CSS to your site to change the position. You can do this either by editing your theme’s style.css file, or (assuming your theme is compatible) go to appearance → customize → Additional CSS.
The code you’ll need to add is:
.hdq_timer {right: 80px !important;}
That should offset it enough so that it does not cover where the “back to top” button is on your site.
Ty very much Dylan, I’ll try.