Mystique how to change navigation bar location
-
I want to change the location of the the top navigation bar so there is no gap between the navigation and the body.
.shadow-right {
background: url(“images/shadow.png”) no-repeat scroll right bottom transparent;
padding-bottom: 32px;
position: relative;
}I know to remove padding-bottom but this only moves the shadow effect behind the navigation bar. How do I move the rest of the navigation?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Mystique how to change navigation bar location’ is closed to new replies.