Hi, we are using the woocommerce category description and upload the category image, layout is standard. At the moment the image appears on the top and among you can see the description. Now we would like to show the text floating around the image on the right side if there is space. Our image size is about 370x321px.
Could you help us with some css styling tips?
Hi blacksnapper,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
Hi Rikard,
already found the answer here in forum… :-)
.tax-product_cat .page-thumb {
float: left;
width: 20%;}
.tax-product_cat .term-description {
float: left;
width: 78%;
clear: none;
margin-left: 2%;}
Hi blacksnapper,
Glad to hear you already found the answer! Feel free to reach out to us again on the forum if there is anything else you need :)
Best regards,
Jordan