CMS Development

Hawk-Steve
トップ投稿者

Email template - Full screen width rows

解決

Hi all,

 

I'm working on an email template that has a row with background-color: #af9f7a; which needs to span the full width of the screen. Amongst a few other things, such as header images.

 

What I am struggling to work out is how to do this when HS building layer containers are forcing everything into a 600px width container.

 

#templateTable {
      width: {{ email_body_width }}px;
      background-color: {{ body_color }};
      -webkit-font-smoothing: antialiased;
  }

#contentTableInner {
      width: {{email_body_width}}px;
  }

I'd like the other rows of the email to continue to conform to this code.

 

I could just turn the whole email into a set of custom modules, but I need to use Smart content in this email and for end-users to be able to easily do everything they need within the email builder.

 

If anyone else has tackled this I'd greatly appreciate some ideas 🙂

 

Thanks! Steve

0 いいね!
1件の承認済みベストアンサー
Hawk-Steve
解決策
トップ投稿者

Email template - Full screen width rows

解決

Hi Jonchim

 

I did give that a go at the start of the week and was almost there, but for a couple of features that I needed which were not in the Beta. A real shame!

I ended up just making a html email without using the clasic editor and using hubl to provide those juicy smart modules I needed at email level. Huzzah!

元の投稿で解決策を見る

0 いいね!
2件の返信
jonchim
ガイド役 | Diamond Partner
ガイド役 | Diamond Partner

Email template - Full screen width rows

解決

The new email drag and drop builder (still in beta) achieves this full width row, you can get invited by asking chat support. Unfortunately hubspot classic editor is limited since it's confined to the width container of the email. 

 

 






Jon Chim
VP of Design & Development
Hypha HubSpot Development


check Did my post help answer your query? Help the Community by marking it as a solution
0 いいね!
Hawk-Steve
解決策
トップ投稿者

Email template - Full screen width rows

解決

Hi Jonchim

 

I did give that a go at the start of the week and was almost there, but for a couple of features that I needed which were not in the Beta. A real shame!

I ended up just making a html email without using the clasic editor and using hubl to provide those juicy smart modules I needed at email level. Huzzah!

0 いいね!