thordog
Member
Posted 8 months ago #
Does anyone have any idea have to align from left to center on Product Categories\Catalog?
It's driving me insane and Im sure its a very simple adjustment!
Using Woocommerce;
http://tiny.cc/d6v5kw
I would also like to change catalog image sizes but keeps defaulting even after image regeneraton.
Happy to amend css files if anyone knows how to do this simply:/ ??
Thanks in advance!!!
Looks like you can do that by modifying the CSS code -- line 643 of the woocommerce style.css file:
.products.ribbon {
margin: 0 auto !important;
padding: 0 !important;
width: 600px;
}
Note that it previously had "float: left;" which was deleted.
You may need to modify the width to fine-tune the spacing/alignment.
You'll have to check with Woo Themes on the image size...likely a setting someplace.
thordog
Member
Posted 7 months ago #
WPyogi...you are a STAR !!!
Thank you so much, it was driving me mad!!
Wild at Art Atelier
Member
Posted 3 months ago #
Hi I have the same problem: I would like to move my product category images to the center so they have a white space at the top and on the left side. How could I do this? I couldn't find the code you mentioned.
My website is: test.wildatartatelier.com.
It would be great if you could help!