New Landing How can we help? Themeforest Theme Support Neighborhood Woocommerce – main product image size

Viewing 6 posts - 1 through 6 (of 6 total)
  • #135968
    pkd-web22
    Member
    Post count: 23

    Hi,

    I’m trying to find where I can change the woocommerce main product image dimensions within the theme? I understand the thumbnails sizing but need the main product image size altered first?

    Where can I find this and can it be overwritten in the ‘Custom CSS’ panel under Theme Options > General.

    Thanks
    Paul.

    #135976
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    #136353
    pkd-web22
    Member
    Post count: 23
    This reply has been marked as private.
    #136360
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    The small thumbnails are resized using php, if you want to change it you will need to edit functions.js, line 719:

    	jQuery('#product-img-nav').flexslider({
    				animation: "slide",
    				directionNav: true,
    				controlNav: false,
    				animationLoop: false,
    				slideshow: false,
    				itemWidth: 70,
    				itemMargin: 20,
    				asNavFor: '#product-img-slider'
    			});

    – Kyle

    #136366
    pkd-web22
    Member
    Post count: 23

    Hi Kyle,

    Thanks – is it not possible to do this by entering your code snippet in the ‘Custom.css’ panel in ‘General’?

    Thanks
    Paul.

    #136370
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I’m afraid not sorry, it’s JS not CSS

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register