CMS Development

MarianKaha
Contributeur

Placing button below featured image in RSS email

Hi all-

I should be an expert at this by now but I am not. I'm trying to keep this email in the content editor for my client so he could change it in the future if he wants to.

I want the button to be below the image in this RSS email.

Screen Shot 2020-03-09 at 11.43.12 AM.png
For the life of me, I cannot figure out how to do that just in the content editor. Am I correct to think I'd need to make a custom template with the RSS email tokens in order to add the spacing and make the button appear under the featured image? I also wanted to add space between the posts so they aren't all crammed up against each other.

Maybe I should just use the RSS listing code and drop it into a drag and drop in the design manager.

Thank you to anyone who attempts to look into this!

Here is the current email:

http://dalcoinc-7000974.hs-sites.com/?hs_preview=DdFjAWnE-26776727703

0 Votes
2 Réponses
JanetArmstrong
Contributeur de premier rang | Partenaire solutions
Contributeur de premier rang | Partenaire solutions

Placing button below featured image in RSS email

if you add a clear and display block to the p a selector that will move it down below the image.
 
p a {
clear: both;
display: block;
}
Screen Shot 2020-03-25 at 8.05.46 AM.png
sharonlicari
Gestionnaire de communauté
Gestionnaire de communauté

Placing button below featured image in RSS email

Hey @MarianKaha 

 

Apologize for the delay answer, I am wondering if you still need assistance on this matter.

 

Thanks

Sharon 


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !




0 Votes