Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
  #1  
Old 11th July 2017, 19:12
hubbi's Avatar
hubbi hubbi is offline
Member
 
Join Date: Nov 2012
Iraq
Posts: 3
Default Help Help
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
Attached Thumbnails
Capture.PNG   e6e84cc3-f40f-4967-a090-228c6e3d6b31.jpg  
Reply With Quote
  #2  
Old 11th July 2017, 19:31
Chez's Avatar
Chez Chez is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 278
Default
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!
__________________
http://www.bvlist.com/images/avatars/signaturepics/sigpic16443_2.gif

Last edited by Chez; 11th July 2017 at 22:04.
Reply With Quote
  #3  
Old 11th July 2017, 21:40
order's Avatar
order order is offline
Banned
 
Join Date: May 2017
Posts: 40
Default
Looks like the tracker code i coder up for everyone on here to download
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 05:02. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.