Same size of Tab regardless of title

Tabs Joomla module is the easiest way to create and manage your content via tabs.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Oct 12, 2012 4:06 am
Hi,

Is there a way to make the size of each tab to be fixed width regardless of the title of the tab? Its more presentable to have fixed width tabs rather then having the width of each tab determined by the title of the tab .
Example:
Current setting: | Subject One | Subject | Subj | (different Width)
Preferred: | Subject One | Subject | Subj | (same width)

Thanks
User avatar
Fresh Boarder

GK User
Fri Oct 12, 2012 8:51 am
Yes this is possible by adding min-width CSS declaration. Please show me your site - I'll try to prepare code for you.
User avatar
Platinum Boarder

GK User
Mon Oct 15, 2012 8:01 am
Thanks. The site is being developed inhouse i.e. localhost. But I have attached a screenshot of the tab as they currently appear on the site.
User avatar
Fresh Boarder

GK User
Tue Oct 16, 2012 9:41 am
Please try with this code :

Code: Select all
.gkTabWrap ul li {min-width: 00px}


and replace 00 with your value. But until I can't see real code it might not work.
User avatar
Platinum Boarder


cron