Shape 5

Joomla Club Extensions => Tab Show V2 - Club => : edym December 18, 2014, 09:14:41 PM



: Tab Show Text Problem
: edym December 18, 2014, 09:14:41 PM
Please refer to the attachment. It seems that if the length of text in the circled two area are not the same, there is problem in display that caused unwanted empty area as shown.

A very stupid practice is that I need to control the text length in the circled two area to make them the same to avoid this problem. Do you have a better fix? Thank you.


: Re: Tab Show Text Problem
: jonahh December 19, 2014, 03:29:22 PM
Hello,

You could set a fixed height for these so that the height doesn't change.  If you need help with this just post the URL to your site and I can help you do this.


: Re: Tab Show Text Problem
: edym December 23, 2014, 03:17:54 AM
Hi,

I'm not sure how to set a fix height. Please let me know. Thx.

http://nathsingc.com/insp/index.php/zh/


: Re: Tab Show Text Problem
: jonahh December 23, 2014, 04:09:31 PM
You should be able to add this to the bottom of your template.css file and this should do it:

:
.s5_button_item .s5_is_css_3 .s5_is_css_initial {
    height: 110px !important;}

Regards,


: Re: Tab Show Text Problem
: edym December 27, 2014, 09:50:17 PM
Thx it looks good now.