• So I have a customer who really likes this Wix page I did.

    My first question is, how do I make that top image stretch to the browser window regardless of how much the browser window is open, like the top image of the Wix page?

    Second question, how do I create the blue background like at the very bottom of the wix page and have it stretch to the browser window regardless of the browser window size as well?

    Third question, is there a good way to set up the formatting so that ipad is to the right of the text, like how it is at the bottom of the wix page.

    I’ve been searching google for hours but to no avail. I did create a blue background but I couldn’t get it to stretch beyond the content section.

    Thanks so much for your time!!!

    • This topic was modified 6 years, 5 months ago by calimer.
    • This topic was modified 6 years, 5 months ago by calimer.
    • This topic was modified 6 years, 5 months ago by calimer.
    • This topic was modified 6 years, 5 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Calimer,

    For your 1st question, I just checked the html in developer tools. You need to move the image above the content-wrap and modify the width of the image to 100%. I have modified the same and highlighted in the below screenshot url.
    https://pasteboard.co/HGdh8H0.png

    2nd question: You can reference this link and make the inside absolute positioned div with width 100% and defined height and background-color as rgba(227, 255, 251, 1). That should do the trick.

    3rd Question: Check the screenshot here, wrap the h2 elements with div and style with “float:left;” and move the image out of <p> tag and mark the style with “float:right;”

    Thread Starter calimer

    (@calimer)

    I will be trying this out first thing in the morning. I cannot thank you enough!!! You are an amazing human being!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stretching an image and text color background to a browser window’ is closed to new replies.