Move bookmarks bar

Discussion of general topics about Mozilla Firefox
Post Reply
jsal0318
Posts: 855
Joined: March 5th, 2008, 8:57 am

Move bookmarks bar

Post by jsal0318 »

how do i move bookmarks bar below the address bar for ff 57, plz?

thx
Last edited by jsal0318 on December 1st, 2017, 2:47 pm, edited 1 time in total.
User avatar
smsmith
Moderator
Posts: 19979
Joined: December 7th, 2004, 8:51 pm
Location: Indiana

Re: Move bookmarks bar

Post by smsmith »

That's the default position. How is yours setup now?

Tabs
Address bar and other buttons
Bookmarks toolbar
Give a man a fish, and he eats for a day. Teach a man to fish, and he eats for a lifetime.
I like poetry, long walks on the beach and poking dead things with a stick.
Please do not PM me for personal support. Keep posts here in the Forums instead and we all learn.
jsal0318
Posts: 855
Joined: March 5th, 2008, 8:57 am

Re: Move bookmarks bar

Post by jsal0318 »

Menu, bookmarks, address then tabs.
User avatar
smsmith
Moderator
Posts: 19979
Joined: December 7th, 2004, 8:51 pm
Location: Indiana

Re: Move bookmarks bar

Post by smsmith »

Do you have a file called userChrome.css in your profile folder? You may have added something to move the bookmarks bar.
http://kb.mozillazine.org/UserChrome.css
http://kb.mozillazine.org/Profile_folder

Can you post a screenshot of how it looks?
http://kb.mozillazine.org/Posting_a_scr ... _the_forum
Give a man a fish, and he eats for a day. Teach a man to fish, and he eats for a lifetime.
I like poetry, long walks on the beach and poking dead things with a stick.
Please do not PM me for personal support. Keep posts here in the Forums instead and we all learn.
User avatar
Frank Lion
Posts: 21177
Joined: April 23rd, 2004, 6:59 pm
Location: ... The Exorcist....United Kingdom
Contact:

Re: Move bookmarks bar

Post by Frank Lion »

That's an Aris code snippet, I always do Menu/Nav Bar/Bookmarks/Tabs code..
"The only thing necessary for the triumph of evil, is for good men to do nothing." - Edmund Burke (attrib.)
.
jsal0318
Posts: 855
Joined: March 5th, 2008, 8:57 am

Re: Move bookmarks bar

Post by jsal0318 »

smsmith wrote:Do you have a file called userChrome.css in your profile folder? You may have added something to move the bookmarks bar.
http://kb.mozillazine.org/UserChrome.css
http://kb.mozillazine.org/Profile_folder

Can you post a screenshot of how it looks?
http://kb.mozillazine.org/Posting_a_scr ... _the_forum
here it is and yes, i have userchrome file and a chrome folder.

https://i.imgur.com/SeF2dBr.jpg
jsal0318
Posts: 855
Joined: March 5th, 2008, 8:57 am

Re: Move bookmarks bar

Post by jsal0318 »

Frank Lion wrote:That's an Aris code snippet, I always do Menu/Nav Bar/Bookmarks/Tabs code..
how do u set it up that way, plz?

thx
User avatar
smsmith
Moderator
Posts: 19979
Joined: December 7th, 2004, 8:51 pm
Location: Indiana

Re: Move bookmarks bar

Post by smsmith »

What is the code in the userChrome.css file? That's got to be how you have managed to get it that way in the first place.
Give a man a fish, and he eats for a day. Teach a man to fish, and he eats for a lifetime.
I like poetry, long walks on the beach and poking dead things with a stick.
Please do not PM me for personal support. Keep posts here in the Forums instead and we all learn.
jsal0318
Posts: 855
Joined: March 5th, 2008, 8:57 am

Re: Move bookmarks bar

Post by jsal0318 »

@namespace url("http://www.mozilla.org/keymaster/gateke ... s.only.xul");

#TabsToolbar {
-moz-box-ordinal-group: 2;
}
#nav-bar {
border-top-width: 0px !important;
}
User avatar
Frank Lion
Posts: 21177
Joined: April 23rd, 2004, 6:59 pm
Location: ... The Exorcist....United Kingdom
Contact:

Re: Move bookmarks bar

Post by Frank Lion »

Code: Select all

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

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

#PersonalToolbar{
	-moz-box-ordinal-group: 3 !important;
}	

#TabsToolbar {
	-moz-box-ordinal-group: 9 !important}
"The only thing necessary for the triumph of evil, is for good men to do nothing." - Edmund Burke (attrib.)
.
jsal0318
Posts: 855
Joined: March 5th, 2008, 8:57 am

Re: Move bookmarks bar

Post by jsal0318 »

Frank Lion wrote:

Code: Select all

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

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

#PersonalToolbar{
	-moz-box-ordinal-group: 3 !important;
}	

#TabsToolbar {
	-moz-box-ordinal-group: 9 !important}
That worked. Thx very much.
Post Reply