Home>Support>Vantage premium – woocommerce featured product aligment issue

Vantage premium – woocommerce featured product aligment issue

By xs1v, 8 years ago. Last reply by Andrew Misplon, 8 years ago.

hello, im having trouble with alignment of the woo commerce featured products widget on the main page,
The plug was working nicely on the main page, with 3 featured products aligning accorss the page. ,
now they align down the page.
I asked woo commerce and they said to get in touch with u regarding this. any help would be greatly appreciated

many thanks

URL: http://www.freeridingnz.com/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Xs1v

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    /* 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: 22.3%;
    }
      
    .product_list_widget li a span {
    display: block;
    }
    
  2. 8 years, 11 months ago xs1v

    Hi Andrew, thanks for the code.
    They now align in a row :)
    i would like the images/txt to be larges and center align, the images have shrunk
    let me know if u can help

    many thanks for your time and good support

    si

  3. 8 years, 11 months ago xs1v

    ok so i have had a play with the code. i increased the width to 31% and used text-align: center, looking great now.

    .product_list_widget li {
    box-sizing: border-box;
    float: left;
    margin-bottom: 35px;
    padding: 0 5%;
    width: 31.0%;
    text-align: center
    }
    
  4. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad to hear you’ve made progress.

    All the best.

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