The home page for my site carries no content, outside of the slideshow. Is there a way to remove the default height setting for the area below the slideshow. Please see the example.
thanks,
Chuck
The home page for my site carries no content, outside of the slideshow. Is there a way to remove the default height setting for the area below the slideshow. Please see the example.
thanks,
Chuck
Hi,
You can add this on your custom.css
#top #featured {
margin-bottom: 0;
}
#main {
padding-bottom: 0;
}
Regards,
Ismael
thanks ismael, that reduced the size of the content area. is there any way to remove the line height completely... so that the slideshow butts right up against the footer?
thanks,
chuck
Hi,
Try this
.home #main {
display: none;
}
Regards,
Ismael
perfect... thank you!!!!!!!
Glad Ismael could help :)
Regards,
Devin
This topic has been closed to new replies.