Move Address bar above bookmarks toolbar

Discussion about official Mozilla Firefox builds
Post Reply
josegotme
Posts: 407
Joined: December 23rd, 2008, 11:43 am

Move Address bar above bookmarks toolbar

Post by josegotme »

When I move the address bar, in custom mode, over the bookmarks tool bar I get what I want but, the >> icon is missing so, I cannot get to the hidden bookmarks on the rest of the tool bar.
Anyway to fix this? What I want is Address bar, above bookmarks tool bar and below that the tabs. Your help is appreciated.
carolgot1
Posts: 13
Joined: November 3rd, 2017, 1:35 pm

Re: Move Address bar above bookmarks toolbar

Post by carolgot1 »

Try This:
/* Bookmarks Bar fix */
#PersonalToolbar {
-moz-box-ordinal-group: 2;
}

#nav-bar{
border-top-width: 0px !important;
}

/* Tabs On Bottom */
#TabsToolbar {
-moz-box-ordinal-group: 3;
}
Post Reply