It's about time for me to delve into the intricacies of responsive and adaptive design, but I'm hoping there's a straightforward solution to tackle this issue.
Here is my desktop web page as displayed in my browser:
https://i.stack.imgur.com/qrPiL.jpg
And here it is on my cell phone:
https://i.stack.imgur.com/CDiD9.png
Although not very clear from these images, the banner appears too small on my cell phone.
Ideally, I want:
- The width of the page content (including my
<footer>
element with a top border) should not stretch across the entire browser window when viewed on full screen desktop, but should fill the width of my cell phone screen. - The banner must never exceed the image width on my desktop, yet should expand to fit the whole width of my smaller cell phone
Is there a simplified way to achieve this?