Shop page not laying out correctly

Support Area Forums Elite Shop page not laying out correctly

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #16944
    Chris Reeves
    Participant

    On the shop page here a blank space is being added where a product should be.
    http://www.dallascaramelcompany.com/shop/

    I thought it was tied to product names being too long but after shortening them all that space is still there. Any ideas?

    #16949
    Bill Robbins
    Moderator

    Hello Chris,

    Thank you for your business first of all. Sorry for the spacing trouble there. Let’s see if this will take care of it for you:

    1. Go to the Theme Options page and select the Advanced tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      @media only screen and (min-width: 1024px) {
      
      	html .woocommerce #content ul.products li.product {
      	    min-height: 350px;
      	}
      
      }
      
    3. Update your settings.

    If that doesn’t help those line up nicely, let me know.

    Thanks again,
    Bill

    #16950
    Chris Reeves
    Participant

    Awesome. Looks great now. Thanks for your quick response.

    #16953
    Bill Robbins
    Moderator

    Anytime. Have a great weekend and congratulations on your launch 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Shop page not laying out correctly’ is closed to new replies.