Shape 5

Joomla Club Extensions => Tab Show V2 - Club => : techoptics July 05, 2011, 03:20:37 AM



: Button Width
: techoptics July 05, 2011, 03:20:37 AM
Hi

I'm looking to fix the width of the buttons on this s5_tabshow so that they're the same (I think one of them might have to be a touch large than the rest if only to fit them all within the module as a whole);

http://cpanel42.uk2.net/~techopti/index.php/product-list#

which part of the css should I change?

Any help is greatly appreciated,

Kind regards


: Re: Button Width
: jonahh July 05, 2011, 11:50:43 AM
To make all exact same width, edit the following in your tab show module css file:

#s5_button_frame ul li {
    background: url("../modules/mod_s5_tabshow/s5_tabshow/s5_tab_show_nonactive.png") repeat-x scroll 0 0 transparent;
    color: #000000;
    height: 27px;
    line-height: 2.2em;
    width: 72px;
}



: Re: Button Width
: techoptics July 06, 2011, 09:45:22 AM
Thanks very much!