PowerStore 4 Header
How do I get rid of the Spacing between the header and the Top Navigation?
Link: www.deltausimports.com
How do I get rid of the Spacing between the header and the Top Navigation?
Link: www.deltausimports.com
in the default_home.css file, change:
#featuredWrapper {
margin: 4px 0 4px 0;
overflow: hidden;
}
to:
#featuredWrapper {
margin: 0 0 0 0;
overflow: hidden;
}
I was talking about the spacing about the Main Menu (Home, About Us...)
in webassist/themes/Default/css/default_home.css, change:
#outerWrapper #navWrapper {
height: auto;
padding: 7px 0 0;
}
to:
#outerWrapper #navWrapper {
height: auto;
padding: 0 0 ;
}
And:
#header .links {
float: right;
padding:7px 0;
margin-top: 105px;
}
to:
#header .links {
float:right;
margin-top:84px;
padding:24px 0 0 0;
}
and:
#outerWrapper #navWrapper #aboveNavigation {
height: 12px;
width: 100%;
background: url('images/topNavigation_above.png') no-repeat;
}
to:
#outerWrapper #navWrapper #aboveNavigation {
height: none;
width: 100%;
background: url('images/topNavigation_above.png') no-repeat;
}
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.