Jump to content
  • 0

Dashboard Switch


kjc

Question

Hi,

Does anyone have any code I could use to re-position the dashboard switcher?  It currently sticks to the bottom of the window. I would like to move it to under the dashboard site title instead.

 

Thanks

Kieran

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
3 hours ago, kjc said:

Hi,

Does anyone have any code I could use to re-position the dashboard switcher?  It currently sticks to the bottom of the window. I would like to move it to under the dashboard site title instead.

 

Thanks

Kieran

Hi Kieran,

The short answer is that it's complicated, 

The bar is positioned by javascript which is activated when the screen width is altered. and then what is is viewed on.

<style>
  .ui-os-desktop-navigation {
  left:5px !important;
  top:65px !important;
  bottom:unset;
  }
</style>

The above styling would bring the navigation to top left but I could not guarantee it would stay there! 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...