Shape 5

Joomla Club Extensions => Image Slide - Club => : apissle April 22, 2010, 07:21:48 PM



: White Space Below the module
: apissle April 22, 2010, 07:21:48 PM
Hi, I have an issue of empty space below the image slide.... I couldn't find any settings to fix it. The height is 275px and that's what I put in module settings. That's also the real size of the image. But on my web developer tool it shows 342px height.

If I put settings of 300, for example, the space below gets bigger.


How can I fix this?

The site is not up yet, so here is the screenshot.


Thanks


: Re: White Space Below the module
: jonahh April 23, 2010, 12:58:27 PM
Can you post a URL of this?


: Re: White Space Below the module
: apissle April 23, 2010, 12:59:50 PM
It's on localhost. I don't have the site up yet.. Can i don anything else?


: Re: White Space Below the module
: jonahh April 26, 2010, 10:56:00 AM
If you are using firebug I would just try hovering over and seeing what DIV or CSS entity is causing this issue.  Perhaps even try adding "overflow:hidden;" to a surrounding DIV that has a pixel height assigned to it.


: Re: White Space Below the module
: apissle April 26, 2010, 11:00:35 AM
Thanks! I'll try that. Can you give me some more directions on where to go to edit this? style.css?


: Re: White Space Below the module
: jonahh April 27, 2010, 11:53:33 AM
With firebug it will actually show exactly what css file and the line of code in that CSS file.  If it says element and doesnt show you a css file this means its inline CSS and you'd then have to open up the module's php file and make the edits.


: Re: White Space Below the module
: apissle April 28, 2010, 02:58:52 PM
Thanks a lot for your reply. That helped and minimized the space, but I still have about 30px of white space.. Padding is at 0 now and it seems like there is nothing else I can do in css...

AP


: Re: White Space Below the module
: jonahh April 29, 2010, 11:10:36 AM
If you get it on a live site let me know and I can help you fix the rest of the gap


: Re: White Space Below the module
: apissle April 29, 2010, 11:37:25 AM
Sounds great! thank you so much for your help:-)

AP


: Re: White Space Below the module
: oilzzz July 08, 2010, 06:09:24 AM
Same thing happened to me (aluma photography template) in advert1 position - exactly 30px white space.

Tracked it down to the template_css.css

#s5_wrapper div.moduletable {

   margin-bottom:30px;

   color:#FFFFFF;

   font-size:12px;

   }

changed 30 to 0 and white space gone ;-)