Email Marketing Tool

MaddieK
参加者

HTML Module Format for Emails: Centering a Countdown Timer

解決

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 いいね!
1件の承認済みベストアンサー
karstenkoehler
解決策
殿堂入り | Solutions Partner
殿堂入り | Solutions Partner

HTML Module Format for Emails: Centering a Countdown Timer

解決

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.

元の投稿で解決策を見る

2件の返信
karstenkoehler
解決策
殿堂入り | Solutions Partner
殿堂入り | Solutions Partner

HTML Module Format for Emails: Centering a Countdown Timer

解決

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
参加者

HTML Module Format for Emails: Centering a Countdown Timer

解決

Thanks!

0 いいね!