Shape 5

Joomla Templates => Oasis - Club => : pscoggins October 04, 2015, 09:42:08 AM



: tab show
: pscoggins October 04, 2015, 09:42:08 AM
Hi
What controls the height of the tab show?  I have images that are 100px high so am expecting about 200px height for the tab show but any change I make in the image size makes no difference to the overall tab show height...is is set somewhere else?
thanks


: Re: tab show
: mikenicoll October 05, 2015, 05:00:40 PM
Hello,

Please post a URL


: Re: tab show
: pscoggins October 08, 2015, 12:16:38 PM
URL is;
http://www.ukboogiewoogiefestival.co.uk/2016festival/


: Re: tab show
: mikenicoll October 09, 2015, 10:22:31 PM
Hello,

The Tab Show container is adjustable to the content you have inside of it. If you have content that is 100px in height in the s5_tab1 position then the module would be 100px in height. I do not see anything cut off on your site with images in the tab show. Could you provide an example of where you are seeing the tab show height not scaling to the content in the container?


: Re: tab show
: pscoggins October 10, 2015, 04:47:36 AM
Hi
I have tried the tab show with an image that is 100px high but it seems to get up sized (and therefore unclear), with an image that is 400px high the image is down sized and clear...The container size seems to be fixed.  Any ideas?  the image that I am testing with is 100px high - see:
http://www.ukboogiewoogiefestival.co.uk/2016festival/


: Re: tab show
: mikenicoll October 13, 2015, 10:15:31 PM
Hello,

That area has specific widths on the images to make them fill the entire area. If you were to remove the width:45% from the coding below it would scale the images to be smaller but then all the tabs wouldn't be equal in height and look off.

:
s5_info_slide-min.css line 1

.s5_is_css_3 img {
    float: left;
    height: 100% !important;
    width: 45% !important;
}


: Re: tab show
: pscoggins October 15, 2015, 03:43:02 AM
Hi
many thanks...am getting there! Have resized my images to better height/widths proportions - the tab show is resized to a better height BUT how to I resize the bottom (white)margin of the tab show?...see image
many thanks


: Re: tab show
: mikenicoll October 15, 2015, 10:59:54 PM
Hello,

That area is being generated by either a <p> tag or <div style="clear: both;"> </div> in the coding. Turn off your editor in the Global Configuration and go back to the module and you should see it there.

Regards,


: Re: tab show
: pscoggins October 16, 2015, 12:41:10 AM
that fixed it...Many thanks


: Re: tab show
: mikenicoll October 16, 2015, 01:03:17 AM
np