Timer position

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

September 21, 2024 at 6:22amNino

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:16support admin Dylan

Ty very much Dylan, I’ll try.

This thread has either been marked as complete or has been automatically closed due to inactivity. Please consider opening a new support thread for help.