Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #997665

    Hi support,
    i need your help again please.
    The category view in my shop seems to be okay, but the view of an single category looks horrible on my side.
    I would like to reduce the size of the category image on the left. The Categorie description currently under the category image should be right next to the image. This page can not edit directly in Enfold and I can not find any information in google how i can solve it by myself. Can someone please help me?

    Best regards,
    Markus

    #997794

    Hi Markus,

    I can’t see a link in your post, could you try to send it again please?

    Best regards,
    Rikard

    #997914

    Hi Rikard,
    I’ve send you the link as private content.

    Best regards,
    Markus

    #997934

    Hey!

    Please try to add following css code to the quick css field:

    
    #top.tax-product_cat .template-shop .page-thumb{
        float: left;
        display: inline;
        margin-right: 20px;
    }
    
    #top.tax-product_cat .template-shop .page-thumb img{
        max-width: 150px;
        max-height: 150px;
    }
    
    #top.tax-product_cat .template-shop .term-description{
        display: inline;
    }
    

    To change the image width/height replace 150px with any other value.

    Regards,
    Peter

    #997940

    Hey Peter,
    that’s exactly what i need!!!! You made my day!
    Great support, thank you very much!

    Best regards,
    Markus

    P.S. Super gut, ich danke Dir vielmals! :-)))

    #998114

    Hi,

    I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Customize the View of Product Category’ is closed to new replies.