Results 1 to 7 of 7
  1. #1
    Join Date
    Sep 2008
    Posts
    31
    Plugin Contributions
    0

    Default Moving logo to the left ?

    Hey guys, i was wondering if it's possible to move the logo a little to the left
    and how would i go about lining header text (that's the right of the logo) to the center
    Thank You

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

    Default Re: Moving logo to the left ?

    A link to your site will help us give better advice.

  3. #3
    Join Date
    Sep 2008
    Posts
    31
    Plugin Contributions
    0

    Default Re: Moving logo to the left ?

    http://onlinev.com/z/
    I'd like to move cherry zen logo left and TagLine Here a little right
    could it be done ?
    Thanks



    Quote Originally Posted by gjh42 View Post
    A link to your site will help us give better advice.

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

    Default Re: Moving logo to the left ?

    Change the padding-left in #logo to 0.
    Make #taglineWrapper float: right.
    You could also change the padding to something like
    padding:25px 8px 35px 23px;
    which will give 8px right padding and 23px left padding.
    Code:
    #logoWrapper {
    	width:auto;
    }
    #logo {
    	float:left;
    	padding-left:15px;
    	text-align:center;
    }
    #taglineWrapper {
    	width:75%;
    	float:left;
    }
    #tagline {
    	font-size:1.1em;
    	text-align:center;
    	padding:25px 8px 35px;
    }

  5. #5
    Join Date
    Sep 2008
    Posts
    31
    Plugin Contributions
    0

    Default Re: Moving logo to the left ?

    Sorry in what file shall i make the change ?
    thanks

    Quote Originally Posted by gjh42 View Post
    Change the padding-left in #logo to 0.
    Make #taglineWrapper float: right.
    You could also change the padding to something like
    padding:25px 8px 35px 23px;
    which will give 8px right padding and 23px left padding.
    Code:
    #logoWrapper {
    	width:auto;
    }
    #logo {
    	float:left;
    	padding-left:15px;
    	text-align:center;
    }
    #taglineWrapper {
    	width:75%;
    	float:left;
    }
    #tagline {
    	font-size:1.1em;
    	text-align:center;
    	padding:25px 8px 35px;
    }

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

    Default Re: Moving logo to the left ?

    /includes/templates/your_template/css/stylesheet.css

    In your case, /your_template/ is /cherry_zen/.

  7. #7
    Join Date
    Sep 2008
    Posts
    31
    Plugin Contributions
    0

    Default Re: Moving logo to the left ?

    Thank you very much, works great

    Quote Originally Posted by gjh42 View Post
    /includes/templates/your_template/css/stylesheet.css

    In your case, /your_template/ is /cherry_zen/.

 

 

Similar Threads

  1. 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
  2. moving copyright line from the center to the left
    By Princess in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 14 Oct 2010, 11:18 PM
  3. Moving the Left boxes out of the main area
    By Catisfaction in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 18 Feb 2008, 07:24 PM
  4. Moving the left sideboxes up
    By Vyst in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 3 Nov 2007, 10:35 AM
  5. moving buttons to the left?
    By magicfun in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Jun 2006, 06:25 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