Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Sep 2005
    Location
    ny
    Posts
    630
    Plugin Contributions
    0

    Default Center the Logo, Make Price a bit larger?

    I am trying to center my logo, i went into the header file in common under my template but I cant figure it out.

    and I am also playing with colors on the price, want to make it a wee bit bigger.

    Any suggestions?

    thanks.

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Center the Logo, Make Price a bit larger?

    You center the logo in your stylesheet. Look for

    Code:
    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    	float: left;
    	}
    and change it to (you can copy and paste this)

    Code:
    #logo {
    	text-align: center;
    	}
    
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    	float: left;
    	}

  3. #3
    Join Date
    Sep 2005
    Location
    ny
    Posts
    630
    Plugin Contributions
    0

    Default Re: Center the Logo, Make Price a bit larger?

    i cant find this in my stylesheet. I am using a modified template

  4. #4
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Center the Logo, Make Price a bit larger?

    Look in layout.css. You have
    Code:
    #logo {
    	padding: 40px 0 0 10px;
    }
    Add the line in red.

    Code:
    #logo {
    	text-align: center;
    	padding: 40px 0 0 10px;
    }

 

 

Similar Threads

  1. Logo link - how can I make clickable space larger?
    By Kenichi in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Apr 2010, 07:33 AM
  2. Is there any way to make the photos for the items larger?
    By gold in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Dec 2009, 08:19 AM
  3. Can We Make The Entire Web Page A Bit Larger
    By steverf in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Feb 2007, 09:29 PM

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