Xiaodan Posted March 23 Share Posted March 23 Site URL: https://www.latinstoriesaustralia.com/ Hi There, I need assistance with resizing the slideshow banner specifically for the mobile version. The desktop version looks good, but on mobile devices, the images are cropped and appear too small in height. I'd like to increase the height on mobile. If anyone could assist me, I would greatly appreciate it. Thank you! Link to comment
tuanphan Posted March 25 Share Posted March 25 It shows fullsize 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
Xiaodan Posted March 25 Author Share Posted March 25 @tuanphan Thanks for reply. The image appears full-size on mobile, but it's too small, particularly in terms of height. I would like to increase the height slightly more. On the Projects page, below is a preview of how it appears on mobile. ( Certainly, I don't require it to be as large as that. ) I would appreciate your assistance in increasing the size of the homepage banner on mobile devices. It's acceptable if the image gets cropped, but please ensure that the text remains on the left side. Thank you once again for your assistance. Link to comment
tuanphan Posted March 27 Share Posted March 27 You can use this to Website > Website Tools > Custom CSS @media screen and (max-width:767px) { section#home-banner, section#home-banner .Index-gallery-wrapper.gallery-root { height: 350px !important; } section#home-banner img { left:0 !important; } } Xiaodan 1 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
Xiaodan Posted March 27 Author Share Posted March 27 @tuanphanThank you very much for your assistance! Everything is functioning as expected. However, the client now prefers to display the entire image. They feel that too much of the image was cut off. I apologise for any confusion and appreciate your continued support with this matter. Link to comment
Solution tuanphan Posted March 31 Solution Share Posted March 31 On 3/28/2024 at 5:49 AM, Xiaodan said: @tuanphanThank you very much for your assistance! Everything is functioning as expected. However, the client now prefers to display the entire image. They feel that too much of the image was cut off. I apologise for any confusion and appreciate your continued support with this matter. Use this new code, we will need to reduce its height @media screen and (max-width:767px) { section#home-banner, section#home-banner .Index-gallery-wrapper.gallery-root { height: 120px !important; } section#home-banner img { left:0 !important; width: 100% !important; height: auto !important; top: 0 !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
Xiaodan Posted March 31 Author Share Posted March 31 @tuanphanThank you very much for your help! tuanphan 1 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