[Support request] White part in shop.

Home Forums Support [Support request] White part in shop.

Home Forums Support White part in shop.

Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • #2237683
    M.schreijer@gmail.com

    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

    #2237735
    David
    Staff
    Customer Support

    Hi there,

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

    #2237767
    M.schreijer@gmail.com

    https://www.marktstore.nl/index.php/product/geboorte-knuffel/
    Is

    That white part is the same with all products.

    I’d like to see it a little tighter.

    (maybe also 1 large photo and 2 small photos below)

    #2237791
    David
    Staff
    Customer Support

    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 ?

    #2238254
    M.schreijer@gmail.com

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

    #2238836
    David
    Staff
    Customer Support
    #2240041
    M.schreijer@gmail.com

    Thanks!!!

    i got it!
    How can i get this smaller?
    https://postimg.cc/Ty4MwNPn
    https://www.marktstore.nl/index.php/product/geboorte-knuffel-meisje/

    and is it possible that the photo moves down a little bit with the screen mouse?

    #2240157
    David
    Staff
    Customer Support

    What part do you want smaller ? The entire form?

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

    #2242349
    M.schreijer@gmail.com

    Yes the entire form (Product Fields) can that?

    Thanks

    #2242725
    Ying
    Staff
    Customer Support

    Try this CSS:

    @media (min-width: 769px) {
        .single-product form.cart {
            width: 50%;
        }
    }
    #2243053
    M.schreijer@gmail.com

    THanks!!
    And Height?

    #2243496
    David
    Staff
    Customer Support

    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;
    }
    #2243545
    M.schreijer@gmail.com

    Super! Thank you !!

    This is really much better!

    #2243885
    David
    Staff
    Customer Support

    Glad we could be of help!

    #2252764
    M.schreijer@gmail.com

    I saw yesterday that the mobile version is completely staggered….

    Help!

    https://i.postimg.cc/hjtNJnJ3/mobiel.jpg

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