Hello
I am trying to get the navigation to bump up against the header: http://dev4.randomlink.com/
Is there a way to control this placement?
Thanks a million
Lara
Hello
I am trying to get the navigation to bump up against the header: http://dev4.randomlink.com/
Is there a way to control this placement?
Thanks a million
Lara
yes, with css, like this:
ul.navigation { margin-top:0; }
Use Firebug to easily find what to change.
Thanks but no matter how I alter these number nothing changes. I am using a child theme and this is what is in the style.css.
body {
background: #fff url() no-repeat center top;
}
#container {
margin-top: 10px;
background: #e6eaf1 url(images/BackgroundContainer.jpg) no-repeat;
border: 1px #000 solid;
}
/********************************************************************************
Logo and Navigation
*********************************************************************************/
#logo {
margin: 0;
margin-top: 100 px;
}
ul.navigation.navbar {
border: none;
margin: 0;
margin-top: 100 px;
}
check in firebug how to override. sometimes more specificity is needed. where do you get the .navbar from? that's what preventing it from working.
Once again dude, you ROCK! That is why I LOVE this theme. Help is incredible, answers are clear and always work, you answer everything so fast AND the theme is very flexible. My hats off to you and your theme :)
You must log in to post.