This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Vantage premium – woocommerce featured product aligment issue

Resolved 4 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 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.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Andrew Misplon Staff 10 years, 3 months ago

    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. xs1v 10 years, 3 months ago

    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. xs1v 10 years, 3 months ago

    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. Andrew Misplon Staff 10 years, 3 months ago

    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.

Have a different question or issue?

Start New Thread