is there a way to change the CSS on this, so when the window is resized the text doesnt collapse and a horizontal scroll bar is created? I tried adding a wrapper div and setting the width on it, but then the full background effect with the images and colors collapses as well.
Share
Couple of changes in your CSS/HTML:
I’d add the ribbon inside the .inner div
You’re on the right track, just a couple tweaks:
Keeps ribbon in the right place:
Overlap issues:
Keeps middle image centered:
Basically, this keeps the content of your site with a width of 1050px, and eliminates the bars when the browser window is wider than that, while keeping the page looking the same.