Jump to content

maximus

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by maximus

  1. On 5/8/2015 at 4:54 PM, bsmither said:

    On the other hand, looking at the functions grid_view() and list_view(), I see that when switching to grid view, the element having class "product_list" has a class added of "small-block-grid-3". So, try changing the template code near line 65:

    <div id="ccScroll">
       <ul class="small-block-grid-1 product_list" data-equalizer>

    To:

    <div id="ccScroll">
       <ul class="small-block-grid-3 product_list" data-equalizer>

    for the initial 3-across grid layout.

     

    This is horrible advice, this changes the layout to 3 products per line also on mobile devices, which is surely not intended.

×
×
  • Create New...