Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   Help Help (http://www.bvlist.com/showthread.php?t=11165)

hubbi 11th July 2017 19:12

Help Help
 
2 Attachment(s)
how do i change status bar and profile bar to one bar and do some one have like this Themes deildu.net and are some one who can help me to put in mods and Themes for my site

Regard
Hubbi

Chez 11th July 2017 19:31

Ok first of all you'll need to get the statusbar outside of any container and make his width 100%. Then if you want to stick it to the bottom of the page you'll need something like this:

PHP Code:

.statusbar {
   
position:fixed;
   
left:0px;
   
bottom:0px;
   
width:100%;


As i see the top bar should be already 100% width but its limited by the container.
If you want everything in one bar then put the variables from second bar in the top bar then arrange them as you like.

Probably you're wondering what's a container.
Well it's a class that has a fixed width for example 800px so even if you have an element with 100% width inside of that class, that specific element will remain 800px and will not break the container. Of course not on every site that specific container its named CONTAINER and you'll need to find that class and put your statusbar outside of it.

Of course you'll need to stylize that statusbar a little to look well.
It's actually pretty easy if you know a little bit of CSS.
No programming skills needed btw.

Good luck!

order 11th July 2017 21:40

Looks like the tracker code i coder up for everyone on here to download


All times are GMT +2. The time now is 00:37.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.