Copyright text

Discussion in 'Real Photography WordPress Theme' started by kerrywho, Oct 8, 2013.

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

    kerrywho New Member

    Joined:
    Apr 12, 2013
    Messages:
    7
    Likes Received:
    0
    Location:
    Bath Uk
    I am trying to extend my copyright information along the bottom with the text centred but I only want a single line of text. I would also like the text smaller and white. There is some padding there and I can't find how to remove it.
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

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

    Do let us know your website link.
     
  3. kerrywho

    kerrywho New Member

    Joined:
    Apr 12, 2013
    Messages:
    7
    Likes Received:
    0
    Location:
    Bath Uk
    Hi the link is, http://atalllongleggedbird.com at the moment I have removed some of the text as the site is live and it looks messy but I do want to have all the text which was included in the above screen shoot. thanks
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .footer-bottom-inner {
    margin-left: 0px;
    }
    .content-wrapper {
    min-height: auto;
    }
    .footer-bottom p {
    Width: 940px;
    color: red;
    font-size: 12px;
    }
    In place of "red" you can put your color or color code.
    You can change the value of "font-size" as per your requirement.

    This will solve your issue.
     
  5. kerrywho

    kerrywho New Member

    Joined:
    Apr 12, 2013
    Messages:
    7
    Likes Received:
    0
    Location:
    Bath Uk
    Thankyou that has done the trick!
     
Thread Status:
Not open for further replies.

Share This Page