Figured it out.
So the containing row is relative, and the btn is absolute.
#case_study_view_project {
height: 72px;
width: 172px;
border: thin solid #aeaeae;
font-family: pt-serif;
font-size: 24px;
line-height:72px;
font-style: italic;
font-weight: 400;
color: #AEAEAE;
text-decoration: none;
border-color: #AEAEAE;
background-color: #FFFFFF;
display: table-cell;
cursor: pointer;
text-align: center;
float:right;
clear:both;
}
.relative{
position:relative;
}
.absolute{
position:absolute;
right:60px;
bottom:60px;
}
Attachments:
You must be
logged in to view attached files.