View Full Version : Profile tab blank space
squishi
07-15-2008, 08:43 AM
The tabs on the profiles have some excessive blank space to the right of the tab title.
(marked with red circles in the pic below)
84093
How can I reduce that blank space to have more tabs showing?
CarterMarkham
07-16-2008, 11:28 PM
It would look great if the text could be centered...
wak_abbas
07-17-2008, 05:16 AM
latest step, best at upgrade repeat with version vbulletin newest
Attitude5ire
07-19-2008, 11:46 AM
Its quite easy to center actually jus open vbulletin_tabctrl.css file inside clienscript.
find this
ul.tab_list {
position: relative;
top: 0px;
left: 0px;
overflow: hidden;
list-style: none;
padding: 0px;
margin: 0px;
}
Add text-align:center;
ul.tab_list {
position: relative;
top: 0px;
left: 0px;
overflow: hidden;
list-style: none;
padding: 0px;
margin: 0px;
text-align:center;
}
squishi
07-19-2008, 01:22 PM
Well, centering is not a problem. But I see no width in the css, not do I see a padding that controls that blank space.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.