We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Dec 6, 2021 5:52 PM - edited Dec 6, 2021 5:54 PM
I have inserted this countdown timer into an Event EDM, but there is no automatic centre alignment for the module.
This is the code currently -
Does anyone know a simple line I can add to allow me to centre the module?
Solved! Go to Solution.
Dec 7, 2021 12:37 AM
Hi @MaddieK,
A quick fix, although deprecated (no longer supported by all browsers) and thus not recommended anymore would be this:
<p style="text-align: center;"><img src="http://gen.sendtric.com/countdown/c21f8gazvb"></p>
If you're a Marketing Hub Professional or Enterprise user, you could create a module for your timer and center the module via CSS (recommended).
Hope this helps!
Karsten Köhler |
![]() | Did my post help answer your query? Help the community by marking it as a solution. |
Dec 7, 2021 12:37 AM
Hi @MaddieK,
A quick fix, although deprecated (no longer supported by all browsers) and thus not recommended anymore would be this:
<p style="text-align: center;"><img src="http://gen.sendtric.com/countdown/c21f8gazvb"></p>
If you're a Marketing Hub Professional or Enterprise user, you could create a module for your timer and center the module via CSS (recommended).
Hope this helps!
Karsten Köhler |
![]() | Did my post help answer your query? Help the community by marking it as a solution. |
Dec 7, 2021 1:09 AM
Thanks!