Quote:
Originally Posted by danielsangeo
P.S.: Scroll down to see the animations. There's this huge space between the title graphic and the posts for the "Welcome" message that I can't figure out how to get rid of.
|
The ID of the offending block is "slideshow". If there's a slideshow plugin, it's probably it. Barring that, if you're allowed to directly modify the CSS file, put the following line in it somewhere:
Code:
#slideshow { display: none; }