I'm using wordpress 3.2.1 Theme Dynamic. I have installed the smooth slider onto my home page. In the preview page of the slider admin, the slider looks 'perfect'! However, when I go to my homepage, the spacing is seemingly triple spaced. The home page is http://blackboxsocialmedia.com. Any advice on how I can get the spacing on the homepage to be spaced single space? Thanks! Tom
Your theme is using two divs to place the smooth slider on the homepage:
home-hook-wrap ez-home-container-wrap
Both of which have clearfix classes. You will have to edit the CSS for those two divs to fix the display. Smooth slider uses default values on its preview page, but those defaults are over written by the theme files, hence your problem with the backend showing fine and the front end having spacing issues.
Fix your H4's and a's within those classes and you'll be fine.