Home>Support>update problem
  1. 9 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Sorry about that. English perfect. We’ll look into this issue ASAP. For now, please try the following under Appearance > Custom CSS:

    /* WooCommerce Product Widget */
    
    .entry-content ul.product_list_widget {
    list-style: none;
    margin-left: 0;
    }  
      
    .product_list_widget li {
    box-sizing: border-box;
    float: left;
    margin-bottom: 35px;
    padding: 0 5%;
    width: 33.33%;
    }
      
    .product_list_widget li a span {
    display: block;
    }
    

    If you’d like you can make small adjustments there.

  2. 9 years, 5 months ago sdesign

    Thank you so much but I tried and it does not work, you can see the result at http://grosculclothing.com/
    thank you

  3. 9 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Try changing the percentage from 33.33 to 27%.

  4. 9 years, 5 months ago sdesign

    Ok is better but there is padding 25% and my images are too small. I’m so sorry but I would like to retrieve as it was before…

  5. 9 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    I’m unfortunately not quite sure what happened here. I’ve reported the bug for review.

    Please edit the widget in question. On the right is a Layout tab. If there is a padding value there of 25, please remove it. It should resolve the problem.

  6. 9 years, 5 months ago Artifictions

    Same problem here. Fix above helps, but does not entirely resolve. How to revert this to the way it looked before the 2.4.2 update? I was quite pleased with the design until the update last week, but am now dissatisfied. Is it impossible to make this widget behave the way it did before?

    • 9 years, 5 months ago Andrew Misplon
      Hi, I Work Here

      Apologies for the hassle. We resolved a series of WooCommerce issues in the update. This problem was an un-intended consequence.

      The original CSS for this widget was:

      /* The WooCommerce Widgets */
      .widget .product_list_widget {
        margin: 0;
        list-style: none;
        margin-right: -10px;
        zoom: 1;
      }
      .widget .product_list_widget:before {
        content: '';
        display: block;
      }
      .widget .product_list_widget:after {
        content: '';
        display: table;
        clear: both;
      }
      .widget .product_list_widget li {
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 0;
        width: 33%;
        padding-right: 10px;
        float: left;
        text-align: center;
        margin-bottom: 10px;
      }
      .widget .product_list_widget li img {
        width: 100%;
        height: auto;
      }
      .widget .product_list_widget li a {
        text-decoration: none;
        color: #444444;
        font-weight: 500;
        line-height: 1.1em;
      }
      .widget .product_list_widget li span.amount {
        display: block;
      }
      

      Hope that helps.

  7. 9 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Thanks again everyone. I’ve assigned this bug to myself. I’ll make sure everything is sorted again for this widget in the next Vantage update. Apologies for the hassles causes.

  8. 9 years, 5 months ago Artifictions

    That has effectively solved the problem for me, thank you Andrew.

    • 9 years, 5 months ago Andrew Misplon
      Hi, I Work Here

      Super, thanks for your understanding. Glad we were able to help.

  9. 9 years, 5 months ago sdesign

    Great!!! Thank you Andrew for your good job!

  10. 9 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Thanks for your support @sdesign, glad we could hotfix.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More