Skip to main content
Seva
New Participant
May 23, 2025

Any hack how to remove bottom navigation panel? UI3

  • May 23, 2025
  • 3 replies
  • 94 views

Any possible hack how to move panel back on top, UI3 is just bad. I dont know who think about pro tools like it is some game/funny app/ People use it as a tool!

 

Please let users customize and do it as they want not by your bloody “dribble” style 

This topic has been closed for replies.

3 replies

Nellya
Power Member
May 23, 2025

I've made instructions with some solutions

 

Seva
SevaAuthor
New Participant
May 23, 2025

Wow, thank you so much, works for me, is it possible to move it to the left close to the left menu panel? :) 

 

Nellya
Power Member
May 23, 2025

Wow, thank you so much, works for me, is it possible to move it to the left close to the left menu panel? :) 

Sure, add new text (highlighted bold) to the code, but put any number instead of -800, depending on what margin you want on the left.

 

.positioned_design_toolbelt--root--INYO4 {

  height: 50px;

  top: 12px;

  margin-left: -800px;

}