Jump to content

Show Menu Button


CanadianBacon

Recommended Posts

5 hours ago, CanadianBacon said:

As you can see I would like the menu open at all times.

first you could disable the Sidebar toggle in the settings -> setup -> general settings -> ordering -> sidebar toggle option... that will remove the button.

then you could edit the products.tpl template and change...

<div class="row row-product-selection">
    <div class="col-xs-3 product-selection-sidebar" id="premiumComparisonSidebar">
        {include file="orderforms/standard_cart/sidebar-categories.tpl"}
    </div>
    <div class="col-xs-12">

to...

<div class="row row-product-selection">
        <div class="col-md-3 pull-md-left sidebar hidden-xs hidden-sm">
            {include file="orderforms/standard_cart/sidebar-categories.tpl"}
        </div>

        <div class="col-md-9">

you might have to tweak the width (using custom.css) of the comparison panels if you still want to show 3 per line.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated