Footer Question

Discussion in 'Local Business WordPress Theme' started by unlimitedresidential, Apr 23, 2013.

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

    unlimitedresidential New Member

    Joined:
    Sep 10, 2012
    Messages:
    3
    Likes Received:
    0
    I have the business ink theme installed and I want to make the footer centered on the page with an image and some text like the copyright but it won't center it. I have checked the coding and it's correct but it still doesn't center. It keeps putting it to the right of the page.

    If you have any question about what I'm talking about visit - www.unlimitedresidential.org
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this you need to do some editing in footer.php file.

    Go to the Appearance > Editor > Footer.php
    and remove code shown in image.

    [​IMG]


    After that paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .copyright img {
    padding-left: 372px;
    }
    Adjust padding according to your image size.
     
  3. unlimitedresidential

    unlimitedresidential New Member

    Joined:
    Sep 10, 2012
    Messages:
    3
    Likes Received:
    0
    ok, Thanks for the help!! I just did it and it centered the logo but not the text..
     
  4. unlimitedresidential

    unlimitedresidential New Member

    Joined:
    Sep 10, 2012
    Messages:
    3
    Likes Received:
    0
    I figured out how to fix it...sorry..thanks for all the help.
     
Thread Status:
Not open for further replies.

Share This Page