VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Albert on February 09, 2017, 14:22:04 PM

Title: Showing left bar items expanded by default? in default vmbeez3
Post by: Albert on February 09, 2017, 14:22:04 PM
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?
Title: Re: Showing left bar items expanded by default? in default vmbeez3
Post by: jenkinhill on February 09, 2017, 16:38:51 PM
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)