Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #662823

    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?

    #663129

    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

    #663130

    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%;}
    #663150

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Category description and image css’ is closed to new replies.