Headline background color width

Hello,

One the page https://slypandadesign.com I’m trying to get the background color on a Headline element to just be the width of the text (plus padding) instead of the column width.

In short, I would like the text version to look like the image below it.

Is that possible?

Thanks

1 Like

Hi @ZenZino,

Thanks for writing in!

To resolve your issue, please edit your page back in Cornerstone and insert the following custom css in the settings tab, Settings > Custom CSS

.x-text.x-text-headline {
    display: inline-block !important;
}

We would loved to know if this has work for you. Thank you.

1 Like

Worked perfectly!

Thanks @RueNel. You rock, as usual!

You’re welcome!
Thanks for letting us know that it has worked for you.

1 Like

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