cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Email Lite Editor Background Image und Text

513

Hallo,

gibt es im Email Lite Editor die Möglichkeit, ein Modul / Reusable Block zu erstellen, welcher als Hintergrund eine Grafik (tauschbar) beinhaltet und darüber einen Text.
Aktuell finde ich leider keinerlei Möglichkeiten, diesen einfachen Use Case im SAP Marketing Cloud Email Lite Editor abzubilden.

Hat hier jemand Erfahrung?

Danke,
Marcel

View Entire Topic
mia_repo
Explorer
0 Likes

Hello Marcel,
I also miss this function in the Email lite, hope that there will be an imrovement in the next release.

We have tried to do this by adding a custom css like this:
.bild {

background-image: url("https://smd-ac83c5df7.hana.ondemand.com/mcm/public/dl?shr=Cj9sd1wFygeJ4Ih-42b4M2jui7QjTTXdb9N2pURwA7c&obj=piU8fhDqPqQuI7nMKov7qlxIIUEzasK-ZHmgRPcYItw");

background-color: #afafaf;

background-size: cover;

background-position: left;

background-repeat: no-repeat;

}

In the row you then need to select the css class with the name "bild". The image is then appearing.
However, we needed then add in the column settings more padding, in order the image to be displaying in correct height. We tried to add in css also the background-size with 600 x 300px, but that did not really help.
The background position we set to left, while in smaller devices the image is always cut from the sides, so in order to have the main area in left to stay, we aligned it left.

Maybe someone has an idea, how we could make the whole image with the size of 600x300px to be visible also in smaller devices?

BR

Mia