test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • gringo211985 Friend
    #199265

    Hi there,

    I was wondering how I could get the latest products module to show 4 products per row? The problem I have when changing the code is that it also changes my “featured products” module which is located below the welcome message. See screenshot below,


    1. latest
    Adam M Moderator
    #540602

    Hi,

    There’re some problems with your CSS rules in custom.css file, please look for this line:

    .box-product > div {
    border: 1px solid #eee
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    max-height: 350px;
    padding: 15px;
    vertical-align: top;
    width: 32% !important;
    }

    then change to:

    #content_oc .box-product > div {
    border: 1px solid #eee
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    max-height: 350px;
    padding: 15px;
    vertical-align: top;
    width: 32% !important;
    }

    Next, go to this line:

    .product-grid.row-3 > div, .ja-product-grid > div {
    border: 1px solid #eee
    float: left;
    margin-bottom: 10px;
    margin-right: 10px !important;
    max-width: 280px;
    min-height: 332px;
    min-width: 180px;
    padding-top: 15px;
    width: 31.8%;
    }

    then update as follows:

    .ja-product-grid > div {
    border: 1px solid #eee
    float: left;
    margin-bottom: 10px;
    max-width: 280px;
    min-height: 332px;
    min-width: 180px;
    padding-top: 15px;
    }
    .latestproduct > div {
    margin-right: 1%;
    width: 24% !important;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Adam M 10 years, 5 months ago.

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