how can i have these three lines in the top right header? whenever i try it doesn't separate these three properly... Callxxx)xxx-xxx Email: [email protected] Edmonton, AB
Hello, You can use line break tag (<br>) in the content text. Go to the Appearance > Theme Options > General Settings panel in your dashboard and put the code give below in the Top Header Right Bar section. Code: Call:(xxx)xxx-xxx<br> Email: [email protected]<br> Edmonton, AB Now, go to the paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .header-info { text-align: left; float: right; } This will solve your issue.
Hello, For this Go to the Appearance > Theme Options > General Settings panel in your dashboard and put the code give below in the Top Header Right Bar section. Code: <a href="mailto:ENTER YOUR EMAIL ID HERE">Send Mail</a>