Skip to main content

Product is not align on shop page

Comments

4 comments

  • Alex

    Hi,

    this is because some of your titles are long and need two lines and are therefore not aligned. You could solve this with Custom CSS: https://stackoverflow.com/questions/34147063/product-view-alignment-on-woocommerce

     
    0
  • Pavol Rajcan

    This is what is working for me:

    If your columns are wrapped in a row element, just add this CSS code to your row element. If not, then add this code to each column:

    element .brz-column__items {
    height: 100%;
    }
    element .brz-column__items .brz-wrapper-clone {
    margin-top: auto;
    }

    0
  • Alex

    Hi,

    thanks for sharing. Appreciate it ))

     
    0
  • ouzgqwyrjvjkzhpomocuwjyz

    Thank you very much for all your help!

    0

Please sign in to leave a comment.