Results 1 to 10 of 3244

Hybrid View

  1. #1
    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 Graham35 View Post
    Hi
    How do get into the tagline in the head section, to change the text or even remove it.

    Also can I change the site to be "not fluid"

    I really like this template, thanks

    Graham
    Anything like that would be found in the language files. You can use your "tools", "Developers Tool Kit" to search for chunks of text to find out what file it originates from.

    To make it un-fluid, change this section:
    Code:
    #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 */
    }
    To this:
    Code:
    #nw {
    	width:1000px; /* main site width; if you'd prefer a fixed width site, enter the width in px here. */
    Of course changing 1000px the width you'd prefer.

  2. #2
    Join Date
    Apr 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi
    Thankyou for that, but I still have this to deal with....

    How do get into the tagline in the head section, to change the text or even remove it.

    I am soory but I have problems getting my head around it all, I read and re-read your readme, other threads etc etc, but I am getting close to it now.

    Thanks
    Graham

  3. #3
    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 Graham35 View Post
    Hi
    Thankyou for that, but I still have this to deal with....

    How do get into the tagline in the head section, to change the text or even remove it.

    I am soory but I have problems getting my head around it all, I read and re-read your readme, other threads etc etc, but I am getting close to it now.

    Thanks
    Graham
    Anything like that would be found in the language files. You can use your "tools", "Developers Tool Kit" to search for chunks of text to find out what file it originates from.

 

 

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

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