Background Image New Email Editor | Community
Skip to main content
Level 4
March 6, 2025
Question

Background Image New Email Editor

  • March 6, 2025
  • 2 replies
  • 1165 views

I am working on a new template, and I have run into an issue. I want to create a 2x2 section in the template, but when I set the background image, it spans the whole page. I just want it behind the two columns, not the whole page. Here is what it looks like.

I can't see a way to make the background image just behind the two columns. I tried all the background size images.

2 replies

Community Advisor and Adobe Champion
March 6, 2025

Are you setting the background image on the structure (not the contents)? If you're setting it on the Structure, on the Styles tab, under the image source link, there should be a section for "Image Placement." Are you able to choose "center" for your placement? 

 

When I do that on my end, that's how I get the image to be centered on my email area instead of spanning the full width of the editor panel.

kenmckownAuthor
Level 4
March 6, 2025

Yeah I set it to Centered, still spans the entire email page.

 

Disha_Goyal6
Community Advisor
Community Advisor
March 7, 2025

@kenmckown, I tried different methods but facing the same issue.

 

Level 2
February 25, 2026

@kenmckown 

What you’re seeing is actually expected behavior in Marketo. When you apply a background image at the section (row) level, it will span the full container width — there isn’t a setting in the editor that limits it to just the two inner columns.

To get the background only behind the 2-column area, you’ll need to apply the background to a fixed-width inner table instead of the full-width section. 

  • Keep the outer wrapper at 100% width

  • Add a centered inner container (for example, 600px wide)

  • Apply the background image to that inner container

  • Place your two columns inside that container

That way, the background image will sit only behind the two columns and won’t stretch across the entire page.

If you’re using a guided template, this would require adjusting the HTML template itself — it can’t be controlled purely from the email editor UI.