Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Apr 2005
    Posts
    63
    Plugin Contributions
    0

    Default moving copyright line from the center to the left

    I try to move the copyright line to the left, I have tried to add "text-align: left;" to the following:

    .smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
    font-size: 0.9em;

    padding-bottom: 8px;
    }

    #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {

    }

    but it has no influence on the line, it stays in the center.
    How can I move it to the left and add a padding of 20px from the left,

    Thank you

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: moving copyright line from the center to the left

    This works for me:

    #siteinfoLegal {text-align:left; margin-left:2em;}

    when added to the bottom of the stylesheet.

    #siteInfoLegal is centered in a statement after the one you mentioned, so changing that one won't work.

  3. #3
    Join Date
    Apr 2005
    Posts
    63
    Plugin Contributions
    0

    Default Re: moving copyright line from the center to the left

    Quote Originally Posted by stevesh View Post
    This works for me:

    #siteinfoLegal {text-align:left; margin-left:2em;}

    when added to the bottom of the stylesheet.

    #siteInfoLegal is centered in a statement after the one you mentioned, so changing that one won't work.
    Thank you, text-align: left didn't work, but this one worked for me:

    #siteinfoLegal {float:left; margin-left:2em;}

  4. #4
    Join Date
    Oct 2010
    Location
    San Juan Puerto Rico
    Posts
    62
    Plugin Contributions
    0

    Default Re: moving copyright line from the center to the left

    Where is this code located in 1.3.9? I tried searching all over to remove the IP address info and no such luck finding 'siteinfoIP'

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: moving copyright line from the center to the left

    That is a completely different question from the OP, but there is an admin switch in
    Configuration > Layout Settings > Footer - Show IP Address status.

 

 

Similar Threads

  1. moving search function to the center of the page from the sideboxes
    By crexis in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 21 Jul 2013, 01:36 AM
  2. Move Copyright to the Center
    By wyocraft in forum Basic Configuration
    Replies: 3
    Last Post: 20 Feb 2011, 04:43 PM
  3. Moving ez links from the center to the left.
    By valansi in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Dec 2010, 09:30 PM
  4. Moving the product info image from left to right
    By TheMysticAngel in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 8 Jun 2009, 03:49 PM
  5. Left column briefly shifting to the center of the page
    By littletoycompany in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 16 Jun 2008, 04:37 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg