Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #287404

    Greetings,
    I have resized the images in WooCommerce>Settings>Products:
    Catalog Images 225 × 400 px
    Single Product Image 450 × 800 px
    Product Thumbnails 113 × 200 px

    to fit the sizes that I use for my products but the arrows for the previous and next products display images that are too large.
    I would like the images and description to fit into the box that slides out with the arrow. I feel that in WooCommerce>Settings>Producs: there should be another Product Image option or options that could be added, in my case for the image arrow thumbs.
    Help Please ASAP, as I need to publish the site !

    #287413

    Hey!

    Try adding this code to the Quick CSS:

    .avia-post-nav .entry-image img {
        height: 80px !important;
    }

    Cheers! 
    Josue

    #287430

    Hey Josue,

    Thank you!
    I went to Appearance>Custom CSS and posted your code with the following adjustments:
    .avia-post-nav .entry-image img {
    height: 100% !important;
    width: 100% !important;
    }

    The Percentage for Height and Width allows more room to play.

    Thank you again!

    #287432

    You are welcome, always glad to help :)

    Regards,
    Josue

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