- This topic has 20 replies, 4 voices, and was last updated 1 month, 3 weeks ago by
Fernando.
-
AuthorPosts
-
May 30, 2022 at 2:20 am #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
May 30, 2022 at 3:07 am #2237735David
StaffCustomer SupportHi there,
can you link me to the product where i can see the issue ?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/May 30, 2022 at 3:27 am #2237767M.schreijer@gmail.com
https://www.marktstore.nl/index.php/product/geboorte-knuffel/
IsThat 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)
May 30, 2022 at 3:51 am #2237791David
StaffCustomer SupportThere 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 ?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/May 30, 2022 at 8:54 am #2238254M.schreijer@gmail.com
Yes, that might be a good solution. what i want to try
May 31, 2022 at 1:03 am #2238836David
StaffCustomer SupportSee my reply here – it explains what needs to be done:
https://generatepress.com/forums/topic/too-much-gap-and-change-product-title-size/#post-2099954
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 1, 2022 at 2:50 am #2240041M.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?
June 1, 2022 at 5:03 am #2240157David
StaffCustomer SupportWhat part do you want smaller ? The entire form?
The carousel image cannot be made to follow the screen when scrolling.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 3, 2022 at 5:39 am #2242349M.schreijer@gmail.com
Yes the entire form (Product Fields) can that?
Thanks
June 3, 2022 at 10:58 am #2242725Ying
StaffCustomer SupportTry this CSS:
@media (min-width: 769px) { .single-product form.cart { width: 50%; } }
June 4, 2022 at 12:21 am #2243053M.schreijer@gmail.com
THanks!!
And Height?June 4, 2022 at 9:12 am #2243496David
StaffCustomer SupportInstead 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; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 4, 2022 at 10:32 am #2243545M.schreijer@gmail.com
Super! Thank you !!
This is really much better!
June 5, 2022 at 2:28 am #2243885David
StaffCustomer SupportGlad we could be of help!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 13, 2022 at 11:49 pm #2252764M.schreijer@gmail.com
I saw yesterday that the mobile version is completely staggered….
Help!
-
AuthorPosts
- You must be logged in to reply to this topic.