I am trying to create a new page for each of my product categories in wordpress.(E.g Tulips).
In the page text editor I am using the shortcode to put the products for that one category on the page.
I noticed that the products are smaller than they appear when using the same shortcode for the home page.
Does anyone know how I can make the featured products on my product page a little bigger please?
The home page is - www.flowersforeveryone.co.za
The featured product page i'm working on is - https://flowersforeveryone.co.za/send-tulips/
The code i'm using in the product page is -
[recent_products per_page="24" columns="3" orderby="title" order="ASC" paginate="true" category="Tulips" width=300px]
It's exactly the same code that's in the home page widget but with a different category.