Centered Headline (Icon Doesn't Center)

Team please help

  • When I center a Headline Element that has an icon, the icon stays to the far left
  • Should go to center, positioned to the left of the heading text

1 Like

Hi there,

Please kindly add the code below to X > Launch > Options > CSS:

.x-text-content-text {
    -webkit-flex-grow: inherit;
    flex-grow: inherit;
}

Thank you.

2 Likes

Worked thank you sir

You’r welcome.

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