Changing Image Size for different posts
-
Hi,
I have just started to work on worpress for my website.
I have woo commerce plugin installed to manage Cart and orders.Changing Size of Thumnails, Single Product and Category images is there but I was trying to have different product sizes for different pages.
//woo comerce.php
//ul.products li{
// width:20% !important;// Default 35%For Eg: If on Homepage shop products are to displayed with different width and on Shop page products are to be displayed with different width.
The name of Post is post-2930 so I tried adding following to custom.css but it didn’t work out.
.ul.products.li.post-2930
{
width:12%;
}What settings are to be done ?
I am not a .php developer but If someone can share there experience Or
If someone can point to suitable topic where the solution it would be very helpful.Thanks,
- The topic ‘Changing Image Size for different posts’ is closed to new replies.