Home Page Top Right Address

Discussion in 'BlackBird WordPress Theme' started by mal2091, May 15, 2013.

Thread Status:
Not open for further replies.
  1. mal2091

    mal2091 New Member

    Joined:
    May 2, 2013
    Messages:
    20
    Likes Received:
    0
    I have minor problem here. In certain areas like the Home Page Top Right Address I have no control over breaking the line of type where I want it. A hard return (return key) or soft return (shift+return) yield no line break and I am forced to have the browser determine how the copy is read as opposed to me.

    Is there a way to break lines of text where I want them to be.

    Take a look at the landing/home page if my question doesn't make sense. Currently it reads:
    Development and Project Management
    Services

    I would like to be able to make it read:
    Development and
    Project Management Services

    The site is here: http://0375c4b.netsolhost.com/wordpress1/#

    Any help or response would be greatly appreciated.

    Mike
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,
    Use line break tag where you want to break the line.

    Code:
    <br>
    This will solve your issue.
     
  3. mal2091

    mal2091 New Member

    Joined:
    May 2, 2013
    Messages:
    20
    Likes Received:
    0
    I am not able to access the code for the General Settings code to find the line where I can add the <br> tag. Can you direct me to where I can edit the code for the Home Page Top Right Address?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,
    Go to Appearance > Theme Option > General settings > Home Page Top Right Address
    and add the code given below

    Code:
    Development and<br> Project Management Services


    Sending image for reference

    [​IMG]


    This will solve your issue.
     
  5. mal2091

    mal2091 New Member

    Joined:
    May 2, 2013
    Messages:
    20
    Likes Received:
    0
    Thank you so much Gourav. I did not realize you could insert bode directly into text like that. You're a great help.
     
Thread Status:
Not open for further replies.

Share This Page