evadRC Posted April 25 Share Posted April 25 Hi, Could you assist me in resolving the issue with the gallery reel slider? The images on the left and right are being cropped. Here's the link to the site: https://strongcontractors.com/ Thanks in advance! Link to comment
tuanphan Posted April 27 Share Posted April 27 Hi, I see it already fine to me 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!) Link to comment
evadRC Posted May 1 Author Share Posted May 1 Hi @tuanphan, thanks for the response. Seems like you're using a wide-resolution screen monitor, but on my 1080 screen, it's cropped on both sides. is there any code that can fit images without cropping? Here are the codes used: // gallery reel image space // section[data-section-id="66146c8a4e22237e86b4ba17"] .gallery-reel-item img { width: 100% !important; height: auto !important; transform: scale(.90); } // gallery reel center arrows on mobile // @media screen and (max-width:767px) { .gallery-reel-controls { justify-content: center !important; } } Thanks Link to comment
tuanphan Posted May 4 Share Posted May 4 I see you removed Logos. Do you still need 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!) Link to comment
evadRC Posted May 30 Author Share Posted May 30 Hi @tuanphan , Sorry for the late response. I'm new here and didn't notice your reply. Yes, I removed it because my client wanted to place it elsewhere, but now they want it back with the same UI design. Do you still have a solution for this? I really appreciate your help. Thanks. Link to comment
tuanphan Posted June 1 Share Posted June 1 On 5/30/2024 at 8:45 AM, evadRC said: Hi @tuanphan , Sorry for the late response. I'm new here and didn't notice your reply. Yes, I removed it because my client wanted to place it elsewhere, but now they want it back with the same UI design. Do you still have a solution for this? I really appreciate your help. Thanks. If you can add it back, I will test some CSS code. 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!) Link to comment
evadRC Posted June 3 Author Share Posted June 3 It's back now https://strongcontractors.com/ The logo is cropped for some screen sizes. Link to comment
tuanphan Posted June 5 Share Posted June 5 On 6/4/2024 at 2:56 AM, evadRC said: It's back now https://strongcontractors.com/ The logo is cropped for some screen sizes. You mean images on left/right of reel cut off? 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!) Link to comment
evadRC Posted June 5 Author Share Posted June 5 @tuanphan oh yes, that's what i mean. How can we prevent that from different screen sizes please? thanks. Link to comment
tuanphan Posted June 8 Share Posted June 8 On 6/6/2024 at 2:08 AM, evadRC said: @tuanphan oh yes, that's what i mean. How can we prevent that from different screen sizes please? thanks. You can use this code to Website > Website Tools > Custom CSS. body { overflow-x: hidden; } .gallery-reel-list { overflow: Visible !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!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment