I really want to remove the space above the Smoothgallery slideshow and under the navbar in the Effervescence theme. I set the text to 0px so the descriptions (or "No description") doesnt show anymore. However, there is still 50-80px of empty space above the slideshow. Anyway I can get rid of this? Need urgent reply thanks.
Comments
#description a:hover {
display:none;
text-decoration: none;
}
#main2 #description a {
display:none;
color: #fff;
font-size: 0px;
height: 0px;
}
#main2 #description a:hover {
display:none;
color: #080808;
}
It did not work. Is this something I need to change in the gallery.php or album.php file?