[email protected] wrote:
You have to modify the file template.css.
REPLACE
#panel {
background: #00aeef none repeat scroll 0 0;
display: none;
padding: 8px 0;
}
WITH
#panel {
background: #00aeef none repeat scroll 0 0;
display: block;
padding: 8px 0;
}
i already try but i must click the drop button first, so the bar show up.
how about if i want the top info (address,phne nmber,etc), visible directly when we go to site (not with click anymore).