• Resolved mindeeforman

    (@mindeeforman)


    I’m creating a catalog for a client, and there are blank spots on the category page. There will be a row of three products in some cases, but then only one per row in a couple of others. I’m not sure how to get the layout to change.

    Thanks so much!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Mindee,

    The easiest way to fix this would be to add a min-height to the catalogue listings. To do this, you can this code to the “Custom CSS” box in the Edit Catalogue page:

    .upcp-thumb-item {
        min-height: 350px;
        max-height: inherit;}
    Thread Starter mindeeforman

    (@mindeeforman)

    You’re a genius – thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Category page has gaps between products’ is closed to new replies.