PDA

View Full Version : Sitebuilder Navigation bar to be fixed??


Asama
03-23-2015, 01:22 PM
Hello everybody,
I'm making the header of my forums fixed and i don't want any margin on the top and i want the header be on the top of everything so on scroll nothing can cover or hide it and for that i'm just done using z-index but the problem is that it's hiding completely the sitebuilder navigation bar.
So i tried editing something in css_additional.css picking up the classes names from the sitebuilder.css but nothing seems to work because it's always hided. So i thought to make the header top margin to 26px so it shows up the sitebuilder navigation without hiding it but the problem is when i scroll the page, the sitebuilder get scrolled so there's a gap that i don't want!
Can anybody tell me how to increase the sitebuilder z-index or just how to make it fixed?????
Here's my forums: https://forum.xtreme-developing.com
Thanks in advance.

Lynne
03-23-2015, 05:08 PM
Perhaps the thing to do is if you are going to use Site Builder, change your style to the default vB5 style that doesn't have this fixed header. The user Site Builder to change your site > Save. Then switch back to your custom style.

Brad Padgett
03-23-2015, 09:22 PM
You can always try using Inspect Element.

That always helped me when editing templates. In using the feature you can also edit the element you find and the page will change according to your edit.

Therefore if you find the exact place on the page you were looking to change, you will see the changes right away.

Hope that helped you.

Asama
03-24-2015, 01:46 PM
You can always try using Inspect Element.

That always helped me when editing templates. In using the feature you can also edit the element you find and the page will change according to your edit.

Therefore if you find the exact place on the page you were looking to change, you will see the changes right away.

Hope that helped you.

Wowww what a nice idea!
Worked great and nw i'm having the Site Builder fixed.
Thank you so much @TheXboxCloud!:up::up:

basementx
03-24-2015, 09:42 PM
Nvm.

Brad Padgett
04-14-2015, 04:36 AM
Wowww what a nice idea!
Worked great and nw i'm having the Site Builder fixed.
Thank you so much @TheXboxCloud!:up::up:

No problem. It always worked for me.