Move copyright info 20px to the left

Discussion in 'GeoCraft WordPress Theme' started by leosherlock, Feb 14, 2015.

  1. leosherlock

    leosherlock Member

    Joined:
    Dec 23, 2014
    Messages:
    80
    Likes Received:
    0
    Hi there,

    Can you please tell me how to move copyright info 20px to the left?

    Thank you,
    Leo
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please paste the code given below in custom css section.

    Code:
    p.copy_right {
    margin-right: 20px;
    }
    Thanks,
    Praveen
     

Share This Page