I’m sure there is a simple solution…how can I get the border around a headline to be just the width of the content instead of the width of the whole column?
Hi there,
Go to the Customize tab of the headline element and add the code below to Element CSS option:

$el {display: inline-block;}
Thank you.
3 Likes
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.