Top Header Right Bar - Slice WordPress Theme

Discussion in 'Slice WordPress Theme' started by deejay88, Dec 23, 2013.

  1. deejay88

    deejay88 Guest

    Joined:
    May 21, 2013
    Messages:
    11
    Likes Received:
    0
    how can i have these three lines in the top right header? whenever i try it doesn't separate these three properly...
    Call:(xxx)xxx-xxx
    Email: [email protected]
    Edmonton, AB
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     
  3. deejay88

    deejay88 Guest

    Joined:
    May 21, 2013
    Messages:
    11
    Likes Received:
    0
    Awesome thanks ! how do I link up the email address though?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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>
     

Share This Page