Email Marketing Tool

MaddieK
Participant

HTML Module Format for Emails: Centering a Countdown Timer

Résolue

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 Votes
1 Solution acceptée
karstenkoehler
Solution
Au panthéon de la communauté | Partenaire solutions
Au panthéon de la communauté | Partenaire solutions

HTML Module Format for Emails: Centering a Countdown Timer

Résolue

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.

Voir la solution dans l'envoi d'origine

2 Réponses
karstenkoehler
Solution
Au panthéon de la communauté | Partenaire solutions
Au panthéon de la communauté | Partenaire solutions

HTML Module Format for Emails: Centering a Countdown Timer

Résolue

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
Participant

HTML Module Format for Emails: Centering a Countdown Timer

Résolue

Thanks!

0 Votes