Reputation: 3
This is probably a simple issue but...
How can I get the image to fill the empty space on the right of the text? Screenshot: http://awesomescreenshot.com/076a3d871
The HTML file is here: https://dl.dropbox.com/u/22089670/paywallify/index.html
CSS: dl.dropbox.com/u/22089670/paywallify/css/style.css
Thanks in advance :)
Upvotes: 0
Views: 88
Reputation: 1936
make sure the main box has a width (which you have), then reduce the width of the intro-box. set float: left;
make sure the aside box has a width that fits between main width minus intro-box width and set float:right;
Upvotes: 1