Moving Menu
-
Hi, I am trying to move my menu to under the name and description of my website so they are side by side.
Ex: breakfast recipes about
Can anyone help?!Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi, I’ve tweaked a number of things, so copy your CSS all out and into a plain text file for safe keeping and then replace it with this.
#branding { float: none; margin: 0; max-width: 95%; min-height: 70px; padding: 50px; position: relative; width: 100%; } .menu ul a { color: #999; display: inline; float: left; font-family: fertigo-script-1,fertigo-script-2,"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 100%; padding: 10px; position: static; text-decoration: none; } .wf-active #site-title a { font-size: 190%; font-weight: 400; } .wf-active #site-description { font-size: 30px; padding-top: 0.3cm; } #header-left { width: 100%; } #header { position: relative; }See what you think and let me know.
- The topic ‘Moving Menu’ is closed to new replies.