Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
thenax
I loaded a new logo.gif as my main banner but there are some visual problems.
The logo.gif isn't percfectly centered both in IE7 and in firefox (about 8-10px against right sidebox).
Besides, in firefox the banner is less width and far from the EZ page's grey line.
this is a portion of my stylesheet.css:
PHP Code:
#navMainWrapper {
height:32px;
width:100%;
font-size:12px;
}
#logoWrapper {
width:auto;
}
#logo {
padding-left:15px;
text-align:center;
}
#taglineWrapper {
width:75%;
float:left;
}
#tagline {
font-size:1.1em;
text-align:center;
padding:25px 8px 35px;
}
What can I do?
Thanks and bye
ok I adjusted the centered banner problem because I had to eliminate padding-left form #logo but I have also the problem of different width in firefox and ie7
why?
Re: Cherry Zen Template Support Thread
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Division
Find instructions in the readme.txt, which you have read already, right?
Cherry Zen Template v1.7 for Zen Cart
=====================================
*~PLEASE READ THIS ENTIRE readme.txt BEFORE INSTALLING~*
*******************************************************
Quote:
6. To use your own logo, simply overwrite "logo.gif" that is located in includes/templates/cherry_zen/images/ and upload. If you upload a logo that is wider than about 165 pixels, you'll need to decrease the percantage width of #taglineWrapper in the css:
#taglineWrapper {
width:75%;
float:left;
}
If you'd like to turn off the tagline, and have a centered logo, you would open up includes/languages/english/cherry_zen/header.php, and remove this text:
Your logo could be wider here, Sales Header Text Could Be here, Or a Banner Image, or any combination of the three; find instructions in the readme.txt, which you have read already, right?
Then to center the logo, remove float:left; from the #logo tag in the css.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
"Configuration", "Layout Settings"
G'day Jade,
I still can't work out how to increase the number of rows per page for the products listed in the column layout. Please help.
Thanks
Willem
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
willem
G'day Jade,
I still can't work out how to increase the number of rows per page for the products listed in the column layout. Please help.
Thanks
Willem
Your store/admin/configurations/Product Listing/Product Listing - Columns Per Row. Set it to what you want.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
countrycharm
Your store/admin/configurations/Product Listing/Product Listing - Columns Per Row. Set it to what you want.
Thanks for your response - I appreciate it.
But that gives me columns per row. What I want is to increase the number of rows per page.
Thanks
Willem
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
willem
Thanks for your response - I appreciate it.
But that gives me columns per row. What I want is to increase the number of rows per page.
Thanks
Willem
Then go to "Configuration", "Maximum Values", and increase the total number.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Then go to "Configuration", "Maximum Values", and increase the total number.
Thanks, Jade,
I knew it would be straight forward, once I found it. I was looking to increase the number of rows, should have been looking at increasing number of products.
Appreciate your help.
Thanks :clap:
Willem
Re: Cherry Zen Template Support Thread
Hi, thanks for the template, it looks great.
I'm just starting to do some basic changes and one problem I ran into was with html paragraph spacing. When I separate paragraphs with the <p>......</p> it is not doing what it should under this template. Any ideas?
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
EAPerformanceParts
Hi, thanks for the template, it looks great.
I'm just starting to do some basic changes and one problem I ran into was with html paragraph spacing. When I separate paragraphs with the <p>......</p> it is not doing what it should under this template. Any ideas?
You can add some padding in the stylesheet, like this:
p {padding:.4em 0;}