How to shift the navigation down?
-
Hi, may I know how to shift the navigation bar down?
The blog I need help with is: (visible only to logged in users)
-
You can use absolute positioning to move the menu in the San Kloud theme down. Here is an example you can start with:
.header { position: relative; } .nav-menu { display: block; position: absolute; bottom: 50px; left: 100px; }Adjust the bottom and left values as necessary.
- The topic ‘How to shift the navigation down?’ is closed to new replies.