Hi there Mario,
Hope you’re well today. 🙂
1: I’ve checked on my test site and can’t replicate that happening with the script, but if that isn’t working for you, maybe this would https://wordpress.org/plugins/uji-countdown/ 🙂
2: The best way to do this would be to use the section ID’s, so each section you add has a number at the end. For example to move the section up with the text that has “Our upcoming SIA Door Supervisor course dates. Add the following CSS under customize > custom > css
#x-section-4 {
margin-top: -25px !important;
}
And you could do that for other sections, just change the 4 to the section ID, i.e, 3, 2 etc. 🙂
Thank you!