How to move menu upwards
-
Hi!
Im currently trying to move my menu upwards, above the slideshow, and under the logo to the right – im not sure where to find this code and how it should be changed. Here is my the link to my site
Also if anyone could also tell me how to change the menu font color as black with no background color, here is the css code:
‘/************************* MASTHEAD ************************************/
.pusher {cursor:pointer;}
#masthead { background: padding: 0;border-top:5px solid #fff;}
#masthead h4 {margin:1em 0;font-weight: bold; text-transform: uppercase;width:100%;}
#masthead h4 a { color: #333; text-decoration: none; float:left;}
#masthead h4 a:hover {color:#000;}
#masthead span {color:#000;font-size:.8em;text-transform:lowercase;font-weight:normal;}
#masthead span.description {float:left;margin-left: 20px;padding-top:.2em;}
#masthead span.contact {float:right;line-height:1em;}
#masthead span.contact a:hover {color:#000;}.sf-menu ul {list-style: none;padding: 0;margin: 0px 0 20px 0 ;background-color: #fff;font-size: 1em;height:25px;}
.sf-menu ul li {text-align: left;float: right;height: 25px;margin: 0;background: #000;border-right:1px solid #666;padding: 0;}
.sf-menu ul li a {display: block;width: 100px;padding: 7px 5px 22px 7px;color: #aaa;font-size: 11px;text-decoration: none;text-shadow: 0 0 0 #000;}
#navcontainer>.sf-menu ul li a {width: auto;height: auto;height: 8px}
.sf-menu ul li#active a {background: #333;color: #333;}
.sf-menu ul li a:hover,.sf-menu ul li#active a:hover {color: #fff;background-color: #000;}
.sf-menu ul li.home {border-left: none;}
.sf-menu ul li li {border:none; border-bottom: 1px solid #333;}’
- The topic ‘How to move menu upwards’ is closed to new replies.