Skip to main content
Solved

Need a button under text that is next to an image?

  • November 28, 2023
  • 2 replies
  • 485 views

Forum|alt.badge.img+1

Trying to replicate this in Klaviyo. Help!

Best answer by retention

Hi @Porter1234, welcome to the community!

So there’s a few ways to do this, so it depends on your requirements and how handy you are with HTML.

Two-Column Layout

Perhaps the easiest way is to simply create a a two-column layout under the banner “Gifts for Teens...” you can then just drag in an Image Block on the left, and a Text Block and Button Block on the right. Documentation on multi-column layouts are here:

Table with HTML

If you’re handy with HTML, you can also create a Table Block with two columns, and on the left side is your image and on the right is HTML code in the source code that renders the Text and Button.  This takes a bit more effort and you should probably check with an inbox preview tool to make sure it appears as you intended.

Hope that helps!

 

View original
Did this topic or the replies in the thread help you find an answer to your question?

2 replies

retention
Partner - Platinum
Forum|alt.badge.img+62
  • 2025 Champion
  • 938 replies
  • Answer
  • November 28, 2023

Hi @Porter1234, welcome to the community!

So there’s a few ways to do this, so it depends on your requirements and how handy you are with HTML.

Two-Column Layout

Perhaps the easiest way is to simply create a a two-column layout under the banner “Gifts for Teens...” you can then just drag in an Image Block on the left, and a Text Block and Button Block on the right. Documentation on multi-column layouts are here:

Table with HTML

If you’re handy with HTML, you can also create a Table Block with two columns, and on the left side is your image and on the right is HTML code in the source code that renders the Text and Button.  This takes a bit more effort and you should probably check with an inbox preview tool to make sure it appears as you intended.

Hope that helps!

 


Forum|alt.badge.img+1
  • Author
  • Contributor II
  • 3 replies
  • November 29, 2023

Amazing thank you! I hadn’t thought of using columns to achieve this. Thats perfect!