I have a bit of shortcode as follows
[featured_products per_page=”8″ columns=”4″]
When I change it to [featured_products per_page=”8″ columns=”5″]
I get 3 products on 1 row and 2 products on a second row.
How do I get all 5 products to show up on 1 row?
Thank you
Hey nychng,
Can you please link to where the shortcode is being used so we can investigate. I didn’t see it on your homepage.
Best regards,
Mike
Hi,
It’s in the code block under the Best Sellers header. Link attached below.
Hey!
We are going to need WP admin logins to view your page. Could you please post them here privately as well?
Best regards,
Yigit
Oops please use this
Hey!
I added following code to bottom of Style.css file of your child theme
div .products.columns-5 .product {
width: 19.2%;
}
Please review your website :)
Regards,
Yigit
Hi Yigit,
Thanks for that but is there a way to do so without adding custom CSS?