You are absolutely correct! I figured it out moments after posting via the FAQ but couldn't edit my post due to board restrictions. I couldn't search properly (due to the search tool excluding "in" and "below") so I apologize. Thank you!
Printable View
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
There's no such thing as float:top. Put it back to float:left. If that's still giving you trouble, reload the original stylesheet, that is not normal behavior, and you've over hacked your stylesheet. If you're trying to change your sidebox widths, reload the original stylesheet, and re-read the section on changing sidebox widths.
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:
To this: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 */
}
Of course changing 1000px the width you'd prefer.Code:#nw {
width:1000px; /* main site width; if you'd prefer a fixed width site, enter the width in px here. */
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
Hello. I am working on a brand new site and I have just uploaded the Cherry Zen template today, so I am not very far with it.
But, I am having a problem on the shopping cart page I am hopeful you wouldn't mind taking a look at. If you add an item to your cart, you will see that the "Unit" and "Total" columns are run together with no space between them, and I have not been able to figure out how to fix this.
www.couponcarryout.com
Thanks in advance for your assistance!
I'm using the Cherry Zen template and can not copy and paste off the website. How do I take out the script that doesn't allow copy and paste?
Thank you for your help in advance.