Thread: Speed bar tabs
View Single Post
  #7  
Old 06-03-2011, 05:42 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Speed bar tabs

Use css to adjust it. First you need to bring it a little bit down as it will overlap the phone info on the left. Then adjust the width to 100%. It still won't fit as you have too many items in there but you can delete some from admin
Adjust top and width in this class in the css file (most likely the css in the skin you are using)

.tabs {
height: 21px;
right: 7px;
top: 4px;
width: 50%;


}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote