The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

how can i fix toolbar to bottom of page instead of top ?

4 posters

Go down

In progress how can i fix toolbar to bottom of page instead of top ?

Post by Stewartw February 17th 2013, 2:27 pm

as the topic titan says , i want to move the toolbar from the top of my page to the bottom and to be fixed to the window
avatar
Stewartw
New Member

Posts : 21
Reputation : 0
Language : Cardiff

Back to top Go down

In progress Re: how can i fix toolbar to bottom of page instead of top ?

Post by SLGray February 17th 2013, 7:17 pm

Try this (CSS):
Code:
.fa_fix {
    bottom: 0px !important;
}


how can i fix toolbar to bottom of page instead of top ? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51464
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: how can i fix toolbar to bottom of page instead of top ?

Post by Stewartw February 17th 2013, 8:36 pm

thanks but only moved it a little down
avatar
Stewartw
New Member

Posts : 21
Reputation : 0
Language : Cardiff

Back to top Go down

In progress Re: how can i fix toolbar to bottom of page instead of top ?

Post by Klind February 21st 2013, 3:29 pm

Rideem3 wrote:Try this:
Code:
.fa_fix {
    bottom: 0px !important;
    top: auto !important;
}

Thank you.

Though that does work, it creates a new problem however. If the toolbar is displayed at the bottom of the screen clicking on the notification center or user sections does not display the drop down menus. For this to work the ability to display the menu above the bar would need to be available.

Or I'm too tired to see a simple solution / goofed up somewhere.

~Klind~
avatar
Klind
New Member

Posts : 1
Reputation : 1
Language : English

Back to top Go down

In progress Re: how can i fix toolbar to bottom of page instead of top ?

Post by LGforum February 21st 2013, 6:49 pm

Stewartw wrote:topic titan
Love it Razz

This CSS will do what you want:
Code:
#fa_toolbar {
  position: fixed;
  bottom: 0px;
  left: 0px;
}
#fa_toolbar #fa_right #notif_list,  #fa_menulist, #fa_toolbar #fa_right #notif_list  { bottom: 22px; margin-left: -2px; }
You must put it inside <style></style> tags in an announcement or widget in order for it to overwrite the Forumotion CSS.
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum