WordPress topbar cornerstone launch icon and text visually broken

Hello theme.co team,

with the last update 6.4.15 it seems that the icon and text in topbar, where to launch cornerstone stuff, seems to break in two lines. Not a problem for functionality, but ugly to see.

screenshot_ 2024-04-05 um 07.37.01

have a nice day …

Hi @Regnalf,

This is a known issue, and our development team is working on it. Till the fix comes, you can add the following custom CSS code into the Global CSS to fix the problem.

#wp-admin-bar-tco-main .tco-admin-bar-logo.ab-item 
{
    display: inline-block !important;
}
#wp-admin-bar-tco-main a.ab-item 
{
    display: flex;
    align-items: center;
}

Thanks

thanks @tristup, but it’s fine if it’s just fixed in the next release

Hello @Regnalf,

I checked our issue tracker and it has been fixed now so I would request you, to please stay tuned for succeeding theme updates.

Thanks for understanding

This fix is out now in 6.4.16. Have a great day.

1 Like

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