Site logo

Archived topic

White part in shop.

20 replies · Started by Forum User on May 30, 2022

Viewing posts 1–15 of 21

Good day!

I have a question.
I've been trying to get the white part out for a while now. but don't get it right.

is there anyone who knows how?

See photo in link

https://postimg.cc/KRYDkgRQ

Hi there,

can you link me to the product where i can see the issue ?

There isn't much that can be done about reducing the gap across all products. Trying to do so may lead to content overlapping if the content is of a variable length.

The alternative is to disable the Stacked gallery on Desktop and have it display the default Carousel ( 1 large image with thumbnails beneath ) as it does on Mobile. Is that an option ?

Yes, that might be a good solution. what i want to try

What part do you want smaller ? The entire form?

The carousel image cannot be made to follow the screen when scrolling.

Yes the entire form (Product Fields) can that?

Thanks

Try this CSS:

@media (min-width: 769px) {
    .single-product form.cart {
        width: 50%;
    }
}

THanks!!
And Height?

Instead of changing the width, you can place the labels and input fields inline with this CSS:

.fpf-field .form-row {
    display: flex;
}
.fpf-field .form-row > :first-child {
    flex: 0 0 100px;
}

Super! Thank you !!

This is really much better!

Glad we could be of help!

This archived topic is closed to new replies.