url: http://www.5vforest.net/#portfolio
#portfolio .projectWrapper{
width: 100%;
float: left;
}
.projectLeft{
font-size: 10pt;
padding-top: 10px;
margin-right: 500px;
}
.projectRight{
width: 500px;
text-align: right;
float: right;
}
No idea why this isn’t working…. I’m totally stumped. Any advice? Thanks.
You can make it work by moving
<div class="projectRight">..</div>to before<div class="projectLeft">..</div>in the HTML.