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.
have a nice day …
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.
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
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.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.