Bottom Footer text

Discussion in 'Real Photography WordPress Theme' started by c_musseau, Jul 17, 2014.

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

    c_musseau Guest

    Joined:
    May 21, 2014
    Messages:
    38
    Likes Received:
    0
    As you can see in the screenshot, my footer text is not spanning across the entire footer, at least when viewed on a desktop computer.

    I want the text to wrap fully and also to be centered.

    http://dev.ellenwalkerdesign.com/

    Thank-you.
     

    Attached Files:

  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

    2014-07-17_1132.png


    now,

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

    Code:
    .footer-bottom p {
    text-align: center;
    } 

    Thanks & Regards
    Gourav Shrivastava
     
  3. c_musseau

    c_musseau Guest

    Joined:
    May 21, 2014
    Messages:
    38
    Likes Received:
    0
    Thanks!. Perfect
     
Thread Status:
Not open for further replies.

Share This Page