Status
Not open for further replies.
Is there a way to align the tabs ( not the categories) to the middle? because there is a big gab on the right side which i dont like.

thank you.
 
Can you upload a screenshot to show me what you mean? What settings are you using? Are you using the option to not display the Category Tabs?

If you want the tabs to sit in the middle of the screen, that should be possible with some slight CSS tweaks I can give you if that is what you mean. :)
 
Im using only one category. and its hidden.

what I would like is to move all the tabs slightly to the right, so all the tabs have the same distance from left and right

edit:
If you want the tabs to sit in the middle of the screen, that should be possible with some slight CSS tweaks I can give you if that is what you mean.
yeah I believe this is what I want.
 
Last edited:
Ok, played around a bit, and you'd need to add this code to the additional.css template:

Code:
dl.tabslight2 {
	text-align: center;
}

dl.tabslight2 dd {
	float: none;
	display: inline-block;
	margin-{vb:stylevar right}: -4px;
}

Not that the margin fix in it for -4px sorts out an issue with the inline-block setup... it may need tweaking depending on whether you are using the default style and any adjustments you have.
 
Status
Not open for further replies.

Legacy DragonByte Forum Tabs

vBulletin 4.x.x
Seller
Mokonzi
Release date
Last update
Total downloads
247
Customer rating
0.00 star(s) 0 ratings
Back
Top