MDavis Posted October 4, 2021 Share 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! Link to comment
tuanphan Posted October 6, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
MDavis Posted October 13, 2021 Author Share Posted October 13, 2021 Thank you!! Do you know how I do this for every page please? Link to comment
tuanphan Posted October 15, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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