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 Avaliação positiva
1 Solução aceita
karstenkoehler
Solução
Membro do Hall da Fama | Parceiro
Membro do Hall da Fama | Parceiro

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.

Exibir solução no post original

2 Respostas 2
karstenkoehler
Solução
Membro do Hall da Fama | Parceiro
Membro do Hall da Fama | Parceiro

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 Avaliação positiva