Please take a look at the pic, and let me know if it is possible to make the columns different size?
http://autositebackup.com/my-uploads/columns.png
Thank you!
This topic has 14 replies, 4 voices, and was last updated 10 years, 7 months ago ago by Eva Kemp
Please take a look at the pic, and let me know if it is possible to make the columns different size?
http://autositebackup.com/my-uploads/columns.png
Thank you!
Hello,
Please use this code in custom.css file
1) To change left column width :
.products-list .product .product-image-wrapper{
width:45%;
}
2) To change right column width :
.products-list .product .product-details{
width:50%;
}
Regards,
Robert Hall.
I put the following in the style.css of the child theme, didn’t work Robert?
.products-list .product .product-image-wrapper{width:65%;}
.products-list .product .product-details{width:35%;}
Hello
You may try to add following lines into the style.css of the Child Theme:
.tax-product_cat .products-list .product .product-details {width:45%}
.tax-product_cat .products-list .product .product-image-wrapper{width:50%}
With best regards
Brian Johnson
I put that code, it got messed up…
I even deleted that code from the style.css of the Child Theme:, it is still messed up
cleared cached, cookies, and everything else… I am not getting an error Eva?
Hello,
Please provide us with FTP access for the site http://www.classicaladdiction.com/beaux-artes .
Thank you.
Regards,
Eva Kemp.
here you go…
Hello,
Please give us correct wp-admin panel credentials as well for the site http://www.classicaladdiction.com/beaux-artes .
Thank you.
Regards,
Eva Kemp.
here you go Eva
Hello Eva,
I see the columns are back… Can you tell me how I can adjust the column sizes please?
I am trying to make the left column wider, and the right column smaller
Thank you!
Hello,
I’ve added this code in style.css of the child theme and the columns width is changed now:
.products-list .product .product-details{
width: 50% !important;
}
.products-list .product .product-image-wrapper{
width: 45% !important;
}
Please clear browser cache and check.
Regards,
Eva Kemp.
you are awesommmeeeee!!!!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Woocommerce Product Listing Columns’' has been successfully resolved, and the topic is now closed for further responses