Skip to main content
Contributor II
November 28, 2023
Solved

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

  • November 28, 2023
  • 2 replies
  • 856 views

Trying to replicate this in Klaviyo. Help!

    This topic has been closed for replies.
    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!

     

    2 replies

    retention
    Partner - Platinum
    retentionAnswer
    2025 Champion
    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!

     

    Joseph Hsieh // retentioncommerce.com // X: @retention
    Contributor II
    November 29, 2023

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