Product images are now huge

Home Forums Jevelin Theme Product images are now huge

Home Forums Jevelin Theme Product images are now huge

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • CBDFactum
    Participant

    Hi,

    https://cbdfactum.com/shop/

    What happened with the product images? They are now so huge! I am not aware of having changed anything.

    Any idea how to reduce them? Have I done something wrong?

    Cheers

    • This topic was modified 4 years, 4 months ago by CBDFactum.

    Hi @CBDFactum,

     

    I hope you are well today and thank you for your question.

     

    I am not sure why this has happened but you can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .woocommerce #page-container ul.products li.product a img {
        width: auto;
        display: table;
        margin: 0 auto;
    }

     

    Best regards,
    Shufflehound team

    CBDFactum
    Participant

    I applied it but the images are still too big as they were before.

    No offence, but what happened in the last updates? I have here four tickets regarding bugs which your developer implemented in your theme.

    I need the images smaller. Honestly, how it is now, it is horrible.

    • This reply was modified 4 years, 4 months ago by CBDFactum.

    Solution for this topic

    I have tested it on my test site and it’s working fine for me using the latest version of Jevelin theme as displayed in the attached screenshot.

     

    This can be child theme issue used on your site so to confirm it just temporary use the Jevelin theme on your site and remove the custom CSS code that you have used. If everything works fine then it’s your site child theme issue.

    Attachments:
    You must be logged in to view attached files.

    CBDFactum
    Participant

    Yes, I confirm, now it is fine. May be a caching issue. Thx

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)