I was wondering if its possible to create an empty sidebox that extends the height of the page to fill in blank space such as on this page.
http://www.apollolaserengraving.com/...e=products_all
Any and all suggestions welcome.
Thanks
I was wondering if its possible to create an empty sidebox that extends the height of the page to fill in blank space such as on this page.
http://www.apollolaserengraving.com/...e=products_all
Any and all suggestions welcome.
Thanks
There are mods available in the downloads section above. Beware of Template Monster Templates. They will cause you much pain.
Don't forget that some sideboxes will pop up after a customer places an item in their cart.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
yeah I tried the blank sidebox module but it doesn't seem to be what I need. Any others that might do the trick. As you can see I am new to zen cart.
I do know about Template Monster Templates but I wanted to get something up and running that looked half-way decent while I'm working on our custom layout.
Thanks for the reply
Perhaps instead you might set the image to #navColumnOne? Like this:
#navColumnOne {
background-image:url(URL TO YOUR IMAGE);
background-repeat: repeat;
height: 100%;
}
or
min-height: 100%;
possibly?