Page 4 of 10 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 93
  1. #31
    Join Date
    May 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: A Different Zen Template or "Sage"

    Quote Originally Posted by kuroi View Post
    On the contrary, they're doing exactly what the CSS tells them to do. Those two sidebox headings have label tags wrapped around them and your label tags are set to be 1.3em, so whatever size you have your normal headings set to will be further increased by 30%. Exactly what you are seeing.

    To undo this extra sizing for these headings specifically, you need to over-ride the increase for tables inside h3 tags. To do this, find the first bit of styling below in your stylesheet.css and then add the line that I have highlighted in red.
    That's it! I also added a ; before the } like all the other statements. I've played with many of these settings for a couple of weeks off and on before finally giving up. I've decided that I really don't want to have to hack any files, but rely on the CSS to give me the look I want. Guess I've got more to learn that I thought...

    I'm surprised that other users of this template don't have the same problem. Is there something special about ZC 1.3.7 that caused this? I'm also using IH2, Links Manager 3.1.1, Google Sitemap Admin 1.3.9 without too many problems, and none like this one.

    Thanks again, from another ZC convert.

  2. #32
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: A Different Zen Template or "Sage"

    This is actually a problem across all Zen Carts, but normally the label is set to 1.1em and only increases these headings by 10% which people either don't notice or are happy to live with.

    The semi-colon is completely optional in front of the curly bracket. Some designers argue that it's good practise to put it in for consistency, others that it's redundant and best left out to keep file sizes minimized. Entirely your choice!
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #33
    Join Date
    Jun 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: A Different Zen Template or "Sage"

    I have 2 questions. One is related to this template and the other is general PS BS that I can't figure out.

    How can I get my logo to be centered in the header? I know this is probably the simplest thing to do with this template but I can't find it!


    The other is photoshop...I'm trying to drop 2 images into my logo image. I'm dragging them onto my image which I've given a transparent background. Everytime I save it, it has the transparent background but on the web it shows up with a white background which is hiding the header bg, which is the one I want. How can I resolve this? Does this have something to do with me converting the image to .gif?

    Thank you!

  4. #34
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: A Different Zen Template or "Sage"

    Try altering your style sheet as follows commenting the float out and adding the other:
    Code:
    #logo {
    	margin: 0em;
    /*	float: left; */
    	text-align: center;
    	padding-top: 0px;
    	}
    As far a PS goes there is a export gif and there you should see a "preserve transparency" tick box.
    Zen-Venom Get Bitten

  5. #35
    Join Date
    Jun 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: A Different Zen Template or "Sage"

    I can't seem to find that text in the css file.

    I'm looking in the stylesheet.css located in the sage directory. Is there another one I'm supposed to be looking for? The only #logo I found, looked like this:

    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {


    Sorry for all the questions, but i know nothing about css...

  6. #36
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: A Different Zen Template or "Sage"

    Take what you have:
    Code:
    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    and seperate the #logo out into it's own entry like:
    Code:
    #logo .{
    	margin: 0em;
    	text-align: center;
    	padding-top: 0px;
    	}
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
            blah!!
    Zen-Venom Get Bitten

  7. #37
    Join Date
    May 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: A Different Zen Template or "Sage"

    Please help me , I wan have space in the list product ....http://worldartsender.com/index.php?...dex&cPath=1_14

  8. #38
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: A Different Zen Template or "Sage"

    Quote Originally Posted by vantienart View Post
    Please help me , I wan have space in the list product ....http://worldartsender.com/index.php?...dex&cPath=1_14
    Add the following to your stylesheet
    .tabTable td {padding: 5px 0}
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  9. #39
    Join Date
    May 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: A Different Zen Template or "Sage"

    .tabTable td {padding: 5px 0}
    but where in the stylesheet i can add

  10. #40
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: A Different Zen Template or "Sage"

    but where in the stylesheet i can add
    At the end is fine
    Zen-Venom Get Bitten

 

 
Page 4 of 10 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. Replies: 2
    Last Post: 15 Apr 2012, 01:43 AM
  2. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  3. Free Template "Future Zen"
    By kuroi in forum Addon Templates
    Replies: 367
    Last Post: 9 Feb 2008, 01:33 AM
  4. Fatal error with Free Template "Future Zen"
    By needforspit in forum Addon Templates
    Replies: 0
    Last Post: 14 Jun 2006, 03:39 AM
  5. Kuroi's "Future Zen" template
    By Woodymon in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 May 2006, 01:44 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR