I think its at like 640x480 now. How do I expand my whole store?
Printable View
I think its at like 640x480 now. How do I expand my whole store?
Find #mainWrapper in stylesheet.css and increase the width from 750px to something bigger. I usually use 980px.
Thanks Steve! Looking for stylesheet.css now.... so many directories/folders!
Ok, found it in /includes/templates/classic/css
I changed it, but nothing changed.
Any ideas?
Your template name is HiPCTech_Lite. Look in includes/templates/HiPCTech_Lite/css.
Sorry, this is for my wifes site, not mine. I shouldn't have put that signature on the bottom.
I also looked in template_default, saw another stylesheet.css and changed that too- but nothing changed on her site.
Any chance we can see your wife's site ? Could be you just need to refresh your browser to see changes.
I did refresh, but here it is:
www.NewBeginningOils.com/index.php
It has to have the index.php on the end, cause the html is another part of the website :)
Thanks
It seems to me that you need to change #mainWrapper in includes/templates/classic/css/stylesheet11.css - I've just tried it in Firebug and it seems to work.
That will sort the horizontal, the vertical will expand as you add more text /images or turn on layout boxes.
Hoooray!!
Thank you everyone. Awesome job.
I LOVE ZENCART!
You'll also need to rid yourself of the duplicate stylesheet*.css at some point - at the moment you are loading three (almost) duplicate stylesheets. Zen Cart is picking up the '.css' from your files and loading all. Try renaming the unwanted ones, while you are playing, to .css_old
Can you guys tell me one last thing?
HOw do I change the HOME Link in the upper left corner of the site to point to the index.php page, not index.html?
That home link, on my browser, points to http://newbeginningoils.com, which is a different site to your http://www.newbeginningoils.com/ index.php - no .html to be seen.
I know. I want it so that when someone clicks the home button, it goes to the store (the www.newbeginningoils.com/index.php)
If you just type www.newbeginningoils.com, it will go to the html site automatically by default. So as long as I can change that home link, i'm good to go.
Thanks
Oh ok, let me have a quick look on my install
Appreciate it very much.
In includes/templates/template_default/common/tpl_header.php line 47 (of course, first copy the file to your classic overides directory)
<li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
change the red to http://www.newbeginningoils.com/index.php
That's the simple dirty way, there is probably something clever you could do with your configure.php file to sort this - a bit more complicated though.
Lemme try.....
Sweet. The last problem - solved.
THANKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
No probs, glad you got it sorted.