Save Results Pro

Timer position

Published: September 21, 2024
Support status: closed

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

thread author: Nino

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.

21 September 2024 — 12:16 support admin - Dylan

Ty very much Dylan, I’ll try.

24 September 2024 — 04:26 thread author - Nino

Login to reply