Shape 5

Joomla Club Extensions => Image Slide - Club => : htown January 08, 2012, 11:29:17 PM



: [SOLVED] White border not collapsing around image
: htown January 08, 2012, 11:29:17 PM
I am starting with the group so pardon if I am missing something. i have yet to find any documentation on any of the extensions so i now of no other place to go and ask. I am developing this new site (http://70.87.62.164/~tralemix/) and one of the images I am using in the Image Slider has the right amount of white border around it but the other however has way too much on the right side. I do not see how to control this. As a matter of fact, the module has no image links in it at all and I am curious how it knows what images to use in the first place.
1. how does it know were to get the images?
2. how do I keep the border on the first slide to not have the excess white border on the right side? I see according to Firebug that the width is set to 449px but is is an element style and is not in the CSS. So how so i change this?



Many thanks,
Houston


: Re: White border not collapsing around image
: jonahh January 09, 2012, 02:00:43 PM
Hello,

The module pulls the 10 positions listed here:

http://shape5.com/demo/compassion/index.php?option=com_content&view=article&id=226&Itemid=323

So for the demo we have imageslide1 and imageslide2 in use.  The code for the images, etc is in these module positions.

To stop the border from going out on the right like that you need to wrap that whole area with a DIV with a fixed width.

Regards


: Re: White border not collapsing around image
: htown January 10, 2012, 06:34:11 AM
I didn't realize that I had the module set to display modules and not images. My Bad. Actually I was not aware that it could even do that. Makes more sense now. Thanks for the help.