Hi, I want to add my phone number to the top of the homepage and keep the menus lined up with the logo. I found another thread that provided code but couldn't figure out what it means to add code in the header.php in the "theme directory". Where is that? Can you give a screenshot? Then, how do I add my phone number on the top right side of the page like it is here: http://comfortclimateservice.com/ My site is www.americanacupunctureproject.com Thanks for your help guys! Josh
Hello, Go to Dashboard > Appearance > Editor and open header.php and add code the given below Code: <div class="phone_number"> <p>Enter your contact no.</p> </div> Sending image for reference Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .phone_number p { text-align: right; padding-right: 45px; margin-bottom: -13px; font-size: 24px; } This will solve your issue.