Skip to main content
Question

Companion - New Space Button No Longer Available

  • July 1, 2026
  • 1 reply
  • 31 views

Hi All! Was wondering if anyone has experienced this.  I’ve put in a ticket but wanted to also share on the forum.  Has anyone begun using Companion and the New Space button is no longer available?  I began testing Companion yesterday afternoon, successfully created a new space and this morning when attaching to a second source domain found that I could not create a new space that connects to it.  

1 reply

  • Author
  • Novice III
  • July 1, 2026

A small update here - because I have code that removes the header images from the platform, this impacted the ability to see the New Space button. If you have CSS code targeted to hide header bars and the icons associated, you will need to remove it.

 

For reference, the code that I was using: 

/** Hide the Header Bar **/

#doc-layout-title-bar {

    display: none;

}