at the top of the page the menu is here it would be nice if possible (as there is a lot of space below the menus) is it possible to lower the menu and have company phone numbers above? thanks a lot for any help.
Go to header.php present in your theme directory and add the code given below Code: <p>Enter your number</p> Sending image for reference Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header p { text-align: right; margin-right: 20px; font-size: 20px; }