Email Marketing Tool

MaddieK
Participant

HTML Module Format for Emails: Centering a Countdown Timer

SOLVE

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 Upvotes
1 Accepted solution
karstenkoehler
Solution
Hall of Famer | Partner
Hall of Famer | Partner

HTML Module Format for Emails: Centering a Countdown Timer

SOLVE

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.

View solution in original post

2 Replies 2
karstenkoehler
Solution
Hall of Famer | Partner
Hall of Famer | Partner

HTML Module Format for Emails: Centering a Countdown Timer

SOLVE

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

SOLVE

Thanks!

0 Upvotes