Page 211 of 326 FirstFirst ... 111161201209210211212213221261311 ... LastLast
Results 2,101 to 2,110 of 3251
  1. #2101
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by chris32882 View Post
    sorry bout that,thats fixed now

    http://www.themccormickshop.com
    Since you are using such a large logo, your site won't get as narrow as my test site, so you can change the width of #rightFloat:

    #rightFloat {
    float:left;
    width:45%;
    }

    to maybe 65% or so.

  2. #2102
    Join Date
    Oct 2008
    Location
    Hornell, NY
    Posts
    334
    Plugin Contributions
    1

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Since you are using such a large logo, your site won't get as narrow as my test site, so you can change the width of #rightFloat:

    #rightFloat {
    float:left;
    width:45%;
    }

    to maybe 65% or so.

    Alright, thanks :)

  3. #2103
    Join Date
    Mar 2008
    Location
    The Free South
    Posts
    175
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hey Jade, I am having fun with your template. I am earnestly trying to get a handle on CSS. If you look at my site www.thecablestation.com I just can't seem to get it to get rid of the L/R scroll bars when display is at 1024x768.
    www.theCableStation.com
    "If we restrict liberty to attain security we will lose them both."

  4. #2104
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by micmed View Post
    Hey Jade, I am having fun with your template. I am earnestly trying to get a handle on CSS. If you look at my site www.thecablestation.com I just can't seem to get it to get rid of the L/R scroll bars when display is at 1024x768.
    That sounds right, and you can see my test site does the same... a tiny little bit of scrollbar.

    To make the site smaller, open up stylesheet.css and find the width section, and follow the instructions there (and there are more instructions in the readme file)


    /* site and main content width section */

    html>body {
    width: auto;
    }

    #nw {
    width:80%; /* main site width; if you'd prefer a fixed width site, enter the width in px here. */
    max-width:1300px; /* prevents the main content from getting wider than 1300px in sites other than IE */
    min-width:1000px; /* this prevents the main content from getting smaller than 1000px in browsers OTHER THAN IE. You can make this as small as 800px, BUT any smaller than that, and the top header menu will break into two lines. Also, if you make this width 800px, you will need to make sure your product image on the product info page is no wider than 190px */
    }

    /* IE only. Controls Width of Site and Main Content*/
    * html #nw {
    width:expression((d=document.compatMode=="CSS1Compat" ? document.documentElement : document.body) && (d.clientWidth > 1300? "1300px" : d.clientWidth > 1048? "80%" : d.clientWidth < 1048? "1000px" : "80%")); /* this prevents the site from getting smaller than 1000px or wider than 1300px in IE */
    }
    /* end IE only */
    /* end site and main content width section */

  5. #2105
    Join Date
    Oct 2008
    Location
    Hornell, NY
    Posts
    334
    Plugin Contributions
    1

    Default Re: Cherry Zen Template Support Thread

    how do I make the website auto size it self depnding on screen resolution of each person?

  6. #2106
    Join Date
    Oct 2008
    Location
    Hornell, NY
    Posts
    334
    Plugin Contributions
    1

    Default Re: Cherry Zen Template Support Thread

    also, I would like to add the paypal verified along side my header logo and the credit cards I accept on the other side...is this possible? How do I go about doing this?

  7. #2107
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by chris32882 View Post
    how do I make the website auto size it self depnding on screen resolution of each person?
    Try google, that's more complicated than I'm ready to tackle.

  8. #2108
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by chris32882 View Post
    also, I would like to add the paypal verified along side my header logo and the credit cards I accept on the other side...is this possible? How do I go about doing this?
    You could either add it to your logo, or add it as a tagline image in the stylesheet.css.

  9. #2109
    Join Date
    Oct 2008
    Location
    Hornell, NY
    Posts
    334
    Plugin Contributions
    1

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    You could either add it to your logo, or add it as a tagline image in the stylesheet.css.

    I added both graphics as a tagline image and now I have alot of white space underneath the graphics

    as you can see here: http://www.themccormickshop.com

  10. #2110
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by chris32882 View Post
    I added both graphics as a tagline image and now I have alot of white space underneath the graphics

    as you can see here: http://www.themccormickshop.com
    Replace your sections of the below with this:

    Code:
    #paypal {
     float:left;
        }
    #creditcards {
    float:left;
        }
    #logo {
    width:500px;
    float:left;
    }

 

 

Similar Threads

  1. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Mix Cherry Zen Template with Default template
    By Globie in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2008, 08:21 PM

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