valentinlavoute Posted June 29, 2023 Posted June 29, 2023 Hi, I'm trying to make the mobile version looks like the web version. Where you can see half of the photo on each side of the one you are looking at. See picture for reference. Bests, Thank you !
tuanphan Posted June 30, 2023 Posted June 30, 2023 Hi, Can you share link to page where you use carousel? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
valentinlavoute Posted June 30, 2023 Author Posted June 30, 2023 5 hours ago, tuanphan said: Hi, Can you share link to page where you use carousel? We can check easier Hi, https://valentinlavoute.com/
tuanphan Posted July 1, 2023 Posted July 1, 2023 21 hours ago, valentinlavoute said: Hi, https://valentinlavoute.com/ I tried some code but no luck. If you want to show 2 items/row, we can help Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
valentinlavoute Posted July 1, 2023 Author Posted July 1, 2023 Hey no worries, 2 items/row would be cool !
valentinlavoute Posted July 1, 2023 Author Posted July 1, 2023 7 hours ago, tuanphan said: I tried some code but no luck. If you want to show 2 items/row, we can help Don't know if I need to make another topic but by any chance, do you have the code to make the image gallery 3 rows on mobile ? https://valentinlavoute.com/
tuanphan Posted July 3, 2023 Posted July 3, 2023 On 7/1/2023 at 10:07 PM, valentinlavoute said: Don't know if I need to make another topic but by any chance, do you have the code to make the image gallery 3 rows on mobile ? https://valentinlavoute.com/ Add to Design > Custom CSS /* masonry 3 items */ @media only screen and (max-width: 640px) { .gallery-masonry .gallery-masonry-wrapper { columns: 3; column-gap: 0; height: auto!important; display: block!important; padding: 0px; } .gallery-masonry-item-wrapper { height: auto!important; } .gallery-masonry-item { position: relative!important; transform: none!important; width: 100%!important; display: block; padding: 1.5px!important; box-sizing: border-box; } .gallery-masonry .gallery-masonry-item img { height: 100%!important; width: 100%!important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
tuanphan Posted July 3, 2023 Posted July 3, 2023 On 6/30/2023 at 5:17 PM, valentinlavoute said: Hi, https://valentinlavoute.com/ I don't see carousel now. Can you check it again? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment