Hi,
I would like to set the lavender template in the middle with a background instead of the whole page, how can I do that? Let's say, I would like the layout to be 768px instead of 1024px.
Thanks in advance!
Hi,
I would like to set the lavender template in the middle with a background instead of the whole page, how can I do that? Let's say, I would like the layout to be 768px instead of 1024px.
Thanks in advance!
Find the following in the lavender template css stylesheet and make your changes to the highlighted entry
Then at the top of this file find this:Code:#mainWrapper { background-color: #f8f2f2; text-align: left; width: 100%; vertical-align: top; }
And apply your background image that you upload to the template images folder with the correct repeat statement for it Kinda like:Code:body { margin: 0; font-family: verdana, arial, helvetica, sans-serif; font-size: 62.5%; color: #27182f; background-color: #ffffff; }
Code:body { margin: 0; font-family: verdana, arial, helvetica, sans-serif; font-size: 62.5%; color: #27182f; background-image: url(../images/your_image) background-repeat: repeat ?? ; }
Zen-Venom Get Bitten
kobra,
Thanks so much for your quick help. That's exactly what I needed.
Now, my top banner does not look clear. I changed the logo width and height under the header.php file to match the 768px layout, is there any other place I need to change the pixels for the banner? I checked the stylesheet and I found this:
#logoWrapper{
background-color: #E0C2CC;
height:150px;
should be changing anything there? I tried a few things, but still doesn't work. I need the banner to look clear.
Thanks in advance!
K, whatever I did, fixed the banner problem!
Great, I'm ready to roll now!!![]()
Hello,
I have a question about this template.
Where can I find the place to insert a horizontal line in the categories pages?
There are horizontal lines in the:
New Products page
All Products page
But, if I click on one of my categories to list products, there aren't any horizontal lines. I don't see anything in the style sheet.
Thanks for your help.
Find or add the following making adjustments as you wish
Code:.productListing-data { border-bottom: 1px solid #000000; }
Zen-Venom Get Bitten
Perfect ...
Thank you for replying so quickly!
I am totally new to ecommerce and I had a guy working on coding and putting up my store however we have had some conflicts. So my questions is can this lavendar template work with the latest Zen Cart store version 1.3.8? If so I would love any tips on how to do it because he's not aware rather it will work or not and seems timid to try.
It won't support absolutely everything in 1.3.8 0 in particular the new customer approval authorization checking. But most sites won't need that anyway.
You can see it running under 1.3.8 here.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
THANKS I am going to have him try it![]()