• Resolved shishir49

    (@shishir49)


    Hi everyone. I am new in wordpress. Recently I have installed Storefront theme . I am trying to show 5 products in a row. So I have done the following steps :

    woocommerce -> setting->products->display->product columns -> 5 ;

    but at my website, 4 products are showing in a row and another one is dropping at the next row. i have included the page here :

    click here to see the page

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    Was this the correct link? I cannot seem to access the site.

    Thread Starter shishir49

    (@shishir49)

    please visit the following url bro

    https://www.niceshop.com.bd

    and then click on the top category named “Fashion Accessories” .

    thanks for response mike ??

    Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    product archive customiser is being used here? It’s not setting margin to 0, so the items are too wide.

    Thread Starter shishir49

    (@shishir49)

    Product archive customiser is used. I have tried to set margin to 0 too, But it’s not working. I have used the following code in style.css :

    .storefront-sorting li{
    margin-right:0px;
    }

    What should i write in style.css to change margin to 0?

    Thread Starter shishir49

    (@shishir49)

    Sorry Mike, I wrote the following code :

    .site-main ul li{
    margin-bottom:0px;
    }

    Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    ul.products li {
    margin-right: 0 !important;
    }
    Thread Starter shishir49

    (@shishir49)

    thanks a lot Mike, that’s a billion dollar case ??

    I had another problem if you don’t mind. How can I add additional buttons at products or how to change the add to chart button name to BUY . How can i remove the sale button .

    Thanks again .

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘My woocommerce product Column is not working’ is closed to new replies.