fondit 0 Report post Posted July 14, 2011 I want the logo, nav and slider placed under each other without the white space in between. And for the following pages i want the logo & nav als placed under each other with no white space This is my site: url=http://www.fondit.nl/lunenhof/]www.fondit.nl/lunenhof/ Can anyone help me with this problem? Share this post Link to post Share on other sites
cmunns 16 Report post Posted July 14, 2011 Some CSS you can add. ` #primary-nav, #page-main {margin-top:-8px;} #nav_row.main_nav, .main_nav ul.sf-menu ul li { border-bottom: 0px; } ` Share this post Link to post Share on other sites
fondit 0 Report post Posted July 14, 2011 The nav sticks under the log but the slider don't. See the image Is there a solution for it? Share this post Link to post Share on other sites
gormanit 0 Report post Posted July 14, 2011 Patrick, Try this: #primary-nav {margin-top:-7px;} #page-main {margin: -7px 0 0 0;} #nav_row.main_nav {border-bottom:0!important;} Share this post Link to post Share on other sites
catrina 103 Report post Posted July 15, 2011 I'm trying to access your site so I can provide an alternative solution (in case Gorman's doesn't work) but I think the URL is incorrect. Can you please repost (if the solution above doesn't work)? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
fondit 0 Report post Posted July 15, 2011 @Gorman; thanks, this is exactly what i mean. Share this post Link to post Share on other sites