align DIVS!
align DIVS!
Out of context: Reply #4
- Started
- Last post
- 11 Responses
- R-aI0
This will align your caption to the right, with a bit of a margin so it aligns with the image:
.all_work #caption {
width: 250px;
bottom: 0px;
position: relative;
background-color: #FFF8AE;
float:right;
margin-right:5px;
}