Pictures on product page in various sizes

This topic has 2 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Olga Barlow

  • Avatar: megabite
    megabite
    Participant
    September 26, 2017 at 10:32

    On some of my pages the product pictures are listed in several different sizes. The picture is supposed to be the same for all these products, but for some reason as you scroll down on the page the pictures increase in size. I´ve done regenerate pictures and all that, but still no luck. Please help =)

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    September 26, 2017 at 14:49

    Hello,

    Try to add the following code in Theme Options > Styling > Custom CSS

    @media screen and (min-width: 992px) {
    	.main-products-loop .products-list .product .product-image-wrapper {
    		display: block;
    		float: left;
    		margin: 0;
    		width: auto;
    		max-width: 35%; 
    	}
    	.products-list .content-product .product-details {
    		float: left;
    		display: block;
    	}
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.