Weird Shop Page

Support Area Forums Elite Weird Shop Page

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://labelleviemodesto.com/shop/
  • Author
    Posts
  • #18505
    Cody Balos
    Participant

    Hello,

    I added 2 new products to my site today (first time since update) and now they are breaking my shop page. If I take them out all is good, but when they are there they throw off the entire page, and create random space between products and align to the right instead of left. If you look at my site shop page you’ll see what I mean. Thanks for your help in advance!

    #18506
    Bill Robbins
    Moderator

    Hello Cody,

    That can happen when there are varying heights on a row. One way around that is to set a height for the items. Here’s how you can do that:

    1. Go to the Theme Options page and select the Advanced tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      ul.products li.product {
      	min-height: 460px;
      }
      
    3. Update your settings.

    That should cause your items to line up and leave unusual gaps. If you have any trouble there, let me know.

    Thanks,
    Bill

    #18509
    Cody Balos
    Participant

    Perfect thank you! It must have been coincidental that it happened after the update. Thank you!

    #18511
    Bill Robbins
    Moderator

    Anytime. If you need anything else, just let me know.

    Thanks,
    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Weird Shop Page’ is closed to new replies.