Brian
Brian

Reputation: 3

Weird HTML Issue

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

Answers (2)

PoeHaH
PoeHaH

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

user818991
user818991

Reputation:

You need to reduce the width of:

section#main .intro-box

Upvotes: 0

Related Questions