thebusybelle Posted August 12, 2023 Share Posted August 12, 2023 The mobile view from my desktop looks perfect, but when I look at the live site from my actual phone, it doesn't fit. I'd rather not make the image/text any smaller or tighter... any suggestions on how to make this fit on the phone screen? The original image is 1000px high X 2500px wide. I've attached a screenshot of what the home page looks like from my phone. Thanks for any help! Link to comment
Lesum Posted August 12, 2023 Share Posted August 12, 2023 Hi, Would it be possible to share your site URL? No way to identify the issue without looking into the site. Thanks! If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
thebusybelle Posted August 12, 2023 Author Share Posted August 12, 2023 42 minutes ago, Lesum said: Hi, Would it be possible to share your site URL? No way to identify the issue without looking into the site. Thanks! Sorry, thank you for asking. It prompted me for my URL when I made the post, so I assumed it was attached. It's here: https://thebusybelle.com/ Thanks again! Link to comment
Lesum Posted August 13, 2023 Share Posted August 13, 2023 Looks like the entire section has only a background image, not actual texts. Even if you reduce the image size, text portion on the image will not fit correctly on mobile view. Between 320px to 460px (standard width of mobiles), text portion on your image will always get cropped. As a solution, on mobile view, if you could display a version of the background image without text, and then add actual text, it will solve the problem. If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
thebusybelle Posted August 13, 2023 Author Share Posted August 13, 2023 Thanks for your help. I can't seem to have one background image for desktop and a different background image for mobile, so I'll have to try to find another way around it. Link to comment
tuanphan Posted August 15, 2023 Share Posted August 15, 2023 You can try something like this code to Design > Custom CSS (or Website > Website Tools > Custom CSS) /* Mobile resize top image */ @media screen and (max-width:991px) { [data-section-id="64d7beb12b609319ed79d620"] { min-height: unset !important; } } Also, I see your header has no items, so you can use this CSS code to remove burger .burger-inner { visibility: hidden !important; } ashleymoon 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
ashleymoon Posted July 30 Share Posted July 30 I'm also having the same problem. I tried @tuanphan's custom css without luck. Help! ashleydmoon.com Link to comment
tuanphan Posted August 2 Share Posted August 2 On 7/30/2024 at 12:40 PM, ashleymoon said: I'm also having the same problem. I tried @tuanphan's custom css without luck. Help! ashleydmoon.com I see it already fine now 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