You can move down the navigation bar by adding this code to Suffusion Options -> Backend -> Custom Includes -> Custom Styles:
- Code: Select all
#nav-top {margin-top:100px;}
Adjust 100px to suit.
For avoiding the gap between navigation bar and wrapper add also
- Code: Select all
#wrapper {margin-top:0;}
Any customized CSS definition should be added at Custom Styles rather than editing files, there are the last executed definitons, with highest priority and those definitions will stay safe at upgrades, unlike changed theme files.