Lower Navigation Bar in Structure theme
-
Navigation bar covers background images_Please tell me how I can lower my navigation bar down from image area 1200×250
The blog I need help with is: (visible only to logged in users)
-
-
Sorry, Im completly new at this_Where do I add this code on the CSS style sheet (what line?) and should all the command fit on one line.
Also Once I do thisand saved _then what? Will it show up right away?
For instance the /* is on line one, so I pasted the code on line 2 and 3_while the closing */ tag appeared on line 4. I then saved and refreshed the page _NOTHING, so I know Im doing it wrong.
Please feel free to input the code for me and I can use it as a model for future editing.
-
-
If you have /* at the beginning and */ at the end of your code, you have commented it out and it is not being applied. I see no custom CSS on your site at all using Firebug. The following code works fine on my test blog in Structure, and also works fine when I apply it to your site using Firebug.
#wrap { margin-top: 130px; }
- The topic ‘Lower Navigation Bar in Structure theme’ is closed to new replies.