Repository Forums Support WooCommerce Extended Coupon Features PRO choose free gift images

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #11805
    Mitch
    Participant

    Hi, Im having an issue with the option to choose their free product the images are too big and overlap on a mobile phone (responsive screen). Is there any way to use custom code to make the product images smaller?

    Thanks

    #11807
    Soft79
    Keymaster

    Sure, by using css. Can you send an url to your store+ steps to see the free product selection?

    #11812
    Mitch
    Participant

    https://www.siennabyronbay.com.au/

    If you add more than $50 then it will prompt you to choose a cuticle oil product. Images seem big on the cart and checkout. Its seems to happen with all the free products i choose.

    Thanks for a great plugin!

    #11815
    Soft79
    Keymaster

    You could try this custom css (see https://en.support.wordpress.com/custom-design/editing-css/ ):

    
    /* Reduce image size */
    .wjecf-select-free-products  img {
        height: auto;
        max-width: 100%;
        display: block;
    }
    
    /* Remove white-space on cart page */
    tr.wjecf-fragment-cart-select-free-product.wjecf-auto-submit {
    
        padding-left: 0;
    
    }
    

    …but I’m no css expert so for fancier customizations maybe it’s best to contact your theme author.

    #11817
    Mitch
    Participant

    Sorry that didnt work. Any other options to make the images smaller?

    #11827
    Soft79
    Keymaster

    It looks like you fixed it already?

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