Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Joe Chan Friend
    #190815

    Hi all,

    How/which files to modify in order to remove spaces between rows of products in category.

    In demo, the category “MEN” shows 6 products on page. Since I don’t use stock level,base price, tax..etc, now I need to remove the space between 1st row and 2nd row of products.

    Thanks.


    1. 1
    Ninja Lead Moderator
    #506760

    You can try to do with my below suggestion

    Open templates/ja_mixmaz/css/virtuemart.css file

    From

    .browse-view .row{
    min-height: 515px;
    height: auto !important;
    height: 515px;
    }

    Change to

    .browse-view .row{
    min-height: 350px;
    height: auto !important;
    }

    Remember to clear cache from Admin area.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum