Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi RinorMaz,

    The best option is to find out where the dimensions of 149 pixels is hard coded in the WordPress settings. This could be either in the Woocommerce thumbnail settings (hard crop) or in the Yith settings.

    A css fix would be

    .yith_magnifier_thumbnail {
    width: 95px !important;
    }

    But this just overrules the hard code settings.

    Hope this helps.

    Thread Starter RinorMaz

    (@rinormaz)

    Thank you my friend ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Thumbnails are not centered’ is closed to new replies.