• Resolved waduwad

    (@waduwad)


    I have almost finished the web and showing products I see that some blank spaces appear where products should be displayed. I have read and tried all the forum codes and I can’t get it right. Can anybody help me?

    Check here the problem: https://ibb.co/0Ky84JB

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Niels Lange

    (@nielslange)

    Hello @waduwad,

    The empty spaces are related to the theme that you are using and caused by titles of the products ángulos y Perfiles laminados en caliente and Tubos especiales-duplex-alimentario-hidraulico.

    I see that you’re using an external theme. In this case, you’d have to contact the theme developer directly regarding this problem. However, I analysed this problem and the following CSS code should fix it:

    
    /* Ensure that product titles use the same height */
    .product-name {
      min-height: 40px;
    }
    

    Please note that I made an exception by providing the CSS code in this case as we usually do not offer CSS code for external themes.

Viewing 1 replies (of 1 total)
  • The topic ‘Get rid of Empty spaces instead of product’ is closed to new replies.