• Hi! I don’t know if this is possible, but if you click my link, I would like to change is to the following:

    I would like for all the pictures to be the same size, as big as the ‘main’ picture, covering the whole page, and just leaving a little space on the right for buying and information etc.

    Is this doable?

    Hope so!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey, I can’t see your page because it’s in maintenance mode.

    From what you are saying it sounds like you want the thumbnail images to be full size? Is that correct? If you can’t remove maintenance mode can you send me a link to a site that is doing this so I can see what you mean?

    Ben

    Thread Starter richcityfortune

    (@richcityfortune)

    Hi Ben! I took it out of maintenance mode, sorry for that. Yes that is correct, I want them to be in full size.

    ok, outside of using a child theme I can only see one way to do this with just css. The first thing you have to do though is go to appearance > theme options > shop settings. scroll down to “Product Page Settings” and turn on
    “Enable woocommerce slider for product gallery?”

    Then add this css in your apperance > theme options > advnaced settings:

    .woocommerce-product-gallery .flex-viewport {
        height: auto !important;
    }
    .woocommerce-product-gallery__image {
        float: none !important;
    }
    figure.woocommerce-product-gallery__wrapper {
        width: 100% !important;
    }
    .woocommerce-product-gallery .flex-control-thumbs {
        display: none;
    }
    Thread Starter richcityfortune

    (@richcityfortune)

    Thanks so much! It worked. Now it only shows 3 pictures, do you know how I can show more?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Getting pictures on shop page same size’ is closed to new replies.