Shop Products Not Lining Up!

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4303

    Hello, I’m about done with the setup of my website at http://www.whaleyseb.com and the shop products are randomly distributed through the page instead of lining up in order.

    I noticed the theme demo is the same way. I need this fixed. Thanks.

    #4305
    This reply has been marked as private.
    #4330
    Raghavendra
    Moderator

    The following custom CSS fixed the issue. Will have this as part of next update. Thanks for bringing this to our attention –

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        }
    

    I pasted this to your site Custom CSS tab in theme options. The issue should be solved. Pls check.

    #4335

    Beautiful. Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Shop Products Not Lining Up!’ is closed to new replies.