Hello, I think thi is an easy question for you css experts, Im attaching an image to explain the problem also the domain is in the image. I want to get rid of that white space below the image. Thank you in advance, I will really appreciate your help.
Attachment | Size |
---|---|
webciafe.jpg | 246.02 KB |
Hi mladost13, This div is
Hi mladost13,
This div is getting a height set via JavaScript.
<div class="art-layout-cell art-content" style=" ">
To override it you will need to add:
.art-layout-cell { height: 0 !important; }
It would be nicer to dig into the JavaScript to find out why and fix it there.
Hello, It seems you are using
Hello,
It seems you are using a SlideShow module. It must have a defined height there in the module parameters.
- JoomlaSite/administrator > Extension Manager > Modules Manager (if you are using Joomla 1.6/1.7/2.5).
- Open the Module. You will see the parameters there. You (might) find the height parameter there.
Regards,
Mihir Chhatre.
Thank you
It worked perfectly thank you so much. I will try to find out the issue with JavaScript.