• Resolved Kiwibomb

    (@kiwibomb)


    Hello all.

    In my shop, if I display products, those are aligned in the center but are fuzzy. When I display CATEGORIES they those are aligned left but clear. There are no Woocommerce options in Theme Customizer to align the images or adjust resolution.

    HELP? I want the product images clear and the category images centered.

    Thanks in advance…

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @kiwibomb

    Unfortunately, WooCommerce doesn’t have built-in options for image alignment or resolution adjustment. However, you can resolve this issue by using custom CSS.

    Although writing or providing custom code is not within the scope of our support policy, if you can share publicly accessible site links, we might try to help further.

    Additionally, it would be best to reach out to the theme developer for further assistance.

    Looking forward to hearing from you soon.

    Thread Starter Kiwibomb

    (@kiwibomb)

    I actually figured it out with the help of a friend.

    ul.products li.product img{

    display:block;

    margin:auto; }

    Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @kiwibomb

    I’m glad you were able to find a solution to your inquiry here and thanks for sharing it with the community too! ??

    I will mark this thread as resolved. Should you have further inquiries, kindly create a new topic here.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.