Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • in reply to: Column Issues #89550
    thinkitfirst
    Member
    Post count: 4

    Hey Kyle, false alarm. The boss changed his mind and I was able to do it myself. The problem was the “first” and “last” class added to each item. I used jquery to remove the classes which allows the items to move freely within the grid.

    jQuery( "li.product-category.product" ).removeClass( "first" ); 
    jQuery( "li.product-category.product" ).removeClass( "last" );

    Sorry for the pointless thread.

    Thanks,
    ThinkItFirst

    in reply to: Product Overlay #89451
    thinkitfirst
    Member
    Post count: 4

    Exactly! Thank you sir!

Viewing 2 posts - 1 through 2 (of 2 total)