Email Marketing Tool

MaddieK
Participante

HTML Module Format for Emails: Centering a Countdown Timer

resolver

I have inserted this countdown timer into an Event EDM, but there is no automatic centre alignment for the module. 
MaddieK_0-1638830905768.png

This is the code currently -

MaddieK_1-1638831055789.png

Does anyone know a simple line I can add to allow me to centre the module?

0 Me gusta
1 Soluciones aceptada
karstenkoehler
Solución
Miembro del salón de la fama | Partner
Miembro del salón de la fama | Partner

HTML Module Format for Emails: Centering a Countdown Timer

resolver

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
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

Ver la solución en mensaje original publicado

2 Respuestas 2
karstenkoehler
Solución
Miembro del salón de la fama | Partner
Miembro del salón de la fama | Partner

HTML Module Format for Emails: Centering a Countdown Timer

resolver

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
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

MaddieK
Participante

HTML Module Format for Emails: Centering a Countdown Timer

resolver

Thanks!

0 Me gusta