Jump to content

Edit History

Fred42660

Fred42660

Hi, thanks for the answer, see below what i modified before :

 

1. /themes/default-bootstrap/js/global.js, line 183, modify:

function blockHover(status)
{
    var screenLg = $('body').find('.container').width() == 1170;
    ...

by

function blockHover(status)
{
    $('.product_list .button-container').show();
    return;

    var screenLg = $('body').find('.container').width() == 1170;
    ...

 

 

2. /themes/default-bootstrap/css/product_list.css, line 204, modify:

    ul.product_list.grid > li .product-container .content_price {
      padding-bottom: 2px;
      line-height: 21px;
      }

by

    ul.product_list.grid > li .product-container .content_price {
      padding-bottom: 2px;
      line-height: 21px;
      height: 60px;
      }

but the height change with the different products of my shop.

Do you know which file i need to modify and do you have the path.

Thank you for your help.

Regards

 

 

Fred42660

Fred42660

Hi, thanks for the answer, see below what i modified before :

 

1. /themes/default-bootstrap/js/global.js, line 183, modify:

function blockHover(status)
{
    var screenLg = $('body').find('.container').width() == 1170;
    ...

by

function blockHover(status)
{
    $('.product_list .button-container').show();
    return;

    var screenLg = $('body').find('.container').width() == 1170;
    ...

 

 

2. /themes/default-bootstrap/css/product_list.css, line 204, modify:

    ul.product_list.grid > li .product-container .content_price {
      padding-bottom: 2px;
      line-height: 21px;
      }

by

    ul.product_list.grid > li .product-container .content_price {
      padding-bottom: 2px;
      line-height: 21px;
      height: 60px;
      }

but the height change with the different products of my shop.

Do you know which file i need to modify and do you have the path.

Thank you for your help.

Regards

 

grid product.JPG

×
×
  • Create New...