Hallo! I am a potential new user of zen cart. I am currently developing my cherry zen eshop at my local computer and I would like to ask the following question:
The width of the site is fluid. Can I make the height of the site fluid as well?
What I managed to do until now is to define a fixed height for my site with the following lines at stylesheet.css: (My lines are the GT marked)
Code:
.contentWrap {
padding: 5px 0 5px 5px;
height: 700px; /*GT*/
overflow-x: hidden;/*GT*/
overflow-y: auto;/*GT*/
}
Although this is close to what I need, this code does not give a "fluid" solution.
I have also found this post which tries to give a solution but I did not manage to get any result.
http://www.zen-cart.com/forum/showthread.php?p=715983
Could you please help me in this issue?
Kind regards,
orange_juice
Bookmarks