MDavis Posted October 4, 2021 Posted October 4, 2021 Site URL: https://www.jennamacphoto.com Hi there, I was hoping someone could help make my mobile site look exactly like the desktop version (www.jennamacphoto.com). The only issue is the index blocks have been cropped in mobile view so you can't see the image properly. I would like to keep the parallax text overlay function if possible too please. If not, could you please tell me how to disable mobile view please? Thanks so much!! Any help would be appreciated!
tuanphan Posted October 6, 2021 Posted October 6, 2021 On 10/4/2021 at 8:57 AM, MDavis said: Site URL: https://www.jennamacphoto.com Hi there, I was hoping someone could help make my mobile site look exactly like the desktop version (www.jennamacphoto.com). The only issue is the index blocks have been cropped in mobile view so you can't see the image properly. I would like to keep the parallax text overlay function if possible too please. If not, could you please tell me how to disable mobile view please? Thanks so much!! Any help would be appreciated! Try adding to Design > Custom CSS > Save & reload the site /* Parallax on mobile */ @media screen and (max-width:640px) { body.homepage .Parallax-item img { width: 100% !important; height: auto !important; left: 0 !important; top: 0 !important; } section#hero-image-foster { height: 200px; } } 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!)
MDavis Posted October 13, 2021 Author Posted October 13, 2021 Thank you!! Do you know how I do this for every page please?
tuanphan Posted October 15, 2021 Posted October 15, 2021 On 10/13/2021 at 9:46 AM, MDavis said: Thank you!! Do you know how I do this for every page please? Try this new code /* Parallax on mobile */ @media screen and (max-width:640px) { .Parallax-item img { width: 100% !important; height: auto !important; left: 0 !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!)
Katrien_hetweblabo Posted May 16 Posted May 16 I'm having the same issue on this website, could you help me out @tuanphan? I need it to be resized on mobile for all full width banners. Tia https://untold-publishing.com/
tuanphan Posted May 18 Posted May 18 On 5/17/2024 at 4:09 AM, Katrien_hetweblabo said: I'm having the same issue on this website, could you help me out @tuanphan? I need it to be resized on mobile for all full width banners. Tia https://untold-publishing.com/ You mean 5 images on homepage? 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!)
Katrien_hetweblabo Posted May 28 Posted May 28 On 5/18/2024 at 10:21 AM, tuanphan said: You mean 5 images on homepage? Well, I don't know if there's a solution for all banners on the website ..
tuanphan Posted May 31 Posted May 31 On 5/29/2024 at 3:12 AM, Katrien_hetweblabo said: Well, I don't know if there's a solution for all banners on the website .. You can let me know which page you have problems, I will try checking all 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