• Resolved the1davidlee

    (@the1davidlee)


    When I look at the catalog on the page (preview), the items (products) seem to appear in a very haphazardly fashion, while there supposed to be 4 product items in a row, I get a row of 4, then only 1 on the next row and then a full 4 item row on the following row.
    As you can see in the screen shot

    * Same thing happens when I use the regular 3 items per row view

    I understand that this is due to the size of the items which is different from one item to another.
    So my question is, how do I force the item (product) to be of unified size?

    Is there a variable I can use in the CSS field ?

    I have tried many guides, but all f them refer to the size of the image, but the issue here is not the image as the images are all the same size, and its the text that makes the difference.

    You assistance will be greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I just had the same issue. You can correct it by adding the following css.

    .upcp-thumb-item{ height: 300px; }

    You need to open the catalog that you are using and add this to the css section of the catalog.

    Regards,

    David

    Thread Starter the1davidlee

    (@the1davidlee)

    Awesome!!

    Thank you so much. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Catalogue items appear randomly placed’ is closed to new replies.