How to get rid of empty space in the navigation bar when Notifications are Disabled

Still need help?

The Atlassian Community is here for you.

Ask the community


Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Summary

When you disable Notifications from  > General Configuration > In-app Notifications a blank space remains where notifications icon used to be

Solution

Be mindful that customisations are not part of our support scope as per Atlassian Support Offerings. Any effort provided to support issues related to customisation will be on a best-effort basis by the support engineer.

Empty space can be hidden by manipulating page CSS.

  1. Go to  > General Configuration > Stylesheet
  2. Add the following to Global Stylesheet

    #notifications-anchor {
    display: none;
    }

(info) Empty Space will still appear for Confluence Administrator menu as stylesheet does not apply there.

Last modified on Sep 27, 2021

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.