Hi, i'm mostly new to the Zen Cart world and have been fiddling with templates a little and have come to like yours very much. The client also likes it very much.. but.. and please excuse me for asking what may be an unpardonable sin (and i have tried to search this thread re this question with little success) but.. is it possible to display the menu boxes on the left only rather than the right only? I am not entirely without a clue as far as CSS goes and can fiddle PHP a bit...
Would i be better off to just use another template thats got the left on and disable its right column?
Much appreciation
Craig
I seem to have overlooked the obvious.. go figure.. thanks so much..
Great work btw on the template.
Craig
Howdy all!
Thanks Jade for such a master crafted template. Beautiful,...absolutely beautiful!
I have three questions...if I may.
1) The first one I feel very stupid in asking, but I have been looking and tried all the "normal" said fixes but to no avail...
Where is the "Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution." Editing file? I do not even see an "index.php" file in the "incluedes/languages/english/apple_zen/" folder. Am I missing something. I've been searching the forums for 4 days now. So It's not like I didn't try to find the answer.
2) on my website...btw it's not live yet located at http://www.organicplanetonline.com/zencart/
how does one display the catagory pix horizontally instead of vertically?
3) Finally, in the right hand side boxes, the "Catagory drop-down" feature is squished. How do I unsquish it?
Ok thank's for the help, and the absolutly fab template. Oh and above all, your generous time and energy to help those not as good at these things.
Jane
Organic Planet Coffee & Tea
Everybody and their gramma seems to make this mistake, LOL. You changed this:
to this:Code:#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {float:left;}
If you only wanted the LOGO to change, you should seperate the logo out, so that you don't change 5 other things at the same time:Code:#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {text-align: center;}
Try adding this to your stylesheet:Code:#logo {text-align:center;} .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {float:left;}
Code:.sideBoxContent select {margin:0; padding:0;width:150px;}