How can you by default show the left column expanded when a user lands on the page. to show content?
also can you align main menu left??
thanks
ps wrong topic - how do i move this?
http://forum.virtuemart.net/index.php?topic=128401.0
To fix collapsed modules see http://forum.virtuemart.net/index.php?topic=132820.msg459800#msg459800
Usee css override for the manu placement. Check with Firebug, but something like:
#menuwrapper { float:left !important; } (not tested)