Open includes/templates/comstock/css/stylesheet.css
find the following declaration
h1, h2, h3, h4, h5, h6, p {
position: relative;
}
Printable View
This is what I have in stylesheet.css
h1, h2, h3, h4, h5, h6 {
margin: 0.3em;
Are you saying change it to
h1, h2, h3, h4, h5, h6, p {
position: relative;
}
Getting closer. Now the text shows up if I resize the window slightly, or if I scroll the part that was out of view is visible when I scroll back down.
Yes! On my home computer it is working fine.
I managed to get it to work by adding this in stylesheet.css
.centerColumn {
background: #fff;
font-size: 1.2em;
position: relative;
Please bear with me as I am totally new to Zencart (well, had it installed for about 6 hrs!)... I have had an oscommerce shop though for sometime and installed quite a few contribs in the past so I understand that part of the process, but not the templating.
I have downloaded comstock (thanks Clyde!) as it appears to be a good basis for what I eventually want to have which is a site with just a simple tab menu across the top which has for example
Home, Account, Category (or a Sub Category), Cart Contents, New Products, FAQ
So a mixture of categories and other pages.
Can I do the mixture of types of pages? on the test site I looked at My Account, Cart are in a different place to Home which is different again to the Categories and the New Products are on yet another line.
If the template can't do it - could you point me in the right direction for how to achieve this?
As its nearly 2am I'm gonna give up for now, but any help would be gratefully received!
Thanks
Christine
Quick update
I should have gone to bed... but didn't.
With the basic template I managed to get something close to what I wanted by using EZpages and taking off all info boxes etc from displaying
I then installed comstock and reset all the boxes off again - but I still have the account, shopping cart etc at the top right and Home and Login next row down on the left and then the EZpages on a bar
I guess what I want is the formatting of the EZpages to look like tabs so maybe this template isn't for me after all?
Christine