Hello, Go to the header.php file present in your theme directory and paste the code given below in that file as shown in the image. Code: <div class="clear"></div> <div class="contact_num"> <p>Enter your contact number here</p> </div> See the image for reference. Now, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .contact_num { float: right; } This will solve your issue.
can this support adding two lines of phone numbers one under the other and centred under the social icons....
Hello, You can use Line break tag (<br>) for this issue. See the link for more detail. http://www.w3schools.com/tags/tag_br.asp This will solve your issue.