Re: auto expand
Find this block of code in your stylesheet (incudes/templates/denim/css/stylesheet.css):
Code:
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 960px;
vertical-align: top;
border: none;
}
and change the "width: 960px;" to "width: 100%;" , making that look like:
Code:
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 100%;
vertical-align: top;
border: none;
}
Hope this helps.
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!
Bookmarks