Trouble centering text with image element

To center the text is not a problem but I am wanting to add an graphic in front of the text which I can do using HEADLINE element. However, the image placement options do not allow for following the text. Not sure if I am saying that right but hopefully you know what I mean.

I need it to look like the bottom portion if this image.

Hi Houston,

Thanks for writing in!
If I understand properly you want to make the headline center align and the image 3 close to the text.
If so please follow the steps.
1. Please make the column text-align center when the headline is.

2. Please add this code to the Element CSS of the headline element.

$el{
  display: inline-block;
}

Hope this is something you are looking for.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.