@Corben78
Putting this into your userChrome.css should put your tabs below the URL and bookmark bars:
#navigator-toolbox {
display: flex;
flex-direction: column;
}
#titlebar {
order: 5;
}
Obviously no guarantees that this won't break in the future, won't break anything about Firefox or that it's compatible with CustomCSSforFx.