Re: Question about activity bar
Well it’s hidden! can’t say why as it’s a custom theme.
if you want to see if it works enclose the ruleset in comments
`
/*
#wp-admin-bar, #wp-admin-bar.padder {
height: 0;
display: none; /* Hide it- not required. */
}
*/
`
Of course this will depend on whether the original styles for adminbar are being called and whether they suit the layout as to whether anything is seen.