Help with Footer Text

Discussion in 'Squirrel WordPress Theme' started by mw4tmm2, Jul 25, 2013.

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

    mw4tmm2 New Member

    Joined:
    Jul 25, 2013
    Messages:
    21
    Likes Received:
    1
    Location:
    Atlanta, GA
    My URL is www.couragefortoday.com I am attempting to add the Name of my business and full address in the Footer Text (not a footer widget). If you notice, my address with telephone number is too long and wraps to a second line. Is there a way to have a full-width line of footer text that does not wrap? Thanks.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to footer.php present in your theme directory and follow the instruction as shown in image given below

    2013-07-26_1114.png



    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .bottom-footer .footer_bottom_inner span.copyright {
    margin-left: 10px;
    font-size: 13px;
    }

    This will solve your issue.
     
  3. mw4tmm2

    mw4tmm2 New Member

    Joined:
    Jul 25, 2013
    Messages:
    21
    Likes Received:
    1
    Location:
    Atlanta, GA
    Thank You Gourav. That worked perfectly.
     
Thread Status:
Not open for further replies.

Share This Page