You forgot to add the code.
However, based on this demo: http://demo.theme-fusion.com/
and the limited info you're giving me, I'm guessing that you want the phone number above the top nav. If so, then do as follows:
#nav {
margin-top: 50px;
}
#phone {
float: right;
margin: 40px 15px -40px 0;
font-family: MuseoSlab500Regular, arial, helvetica, sans-serif;
font-size: 30px;
font-weight: bold;
}
Find:
<div class="logo" ... </div>
add a div after:
<div class="logo" ... </div><div id="phone">888-888-8888</div>
Now you have a phone number above the top nav bar! Enjoy!
p.s. if you implemented correctly it should look like this now:
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…