hi guys,

I have a problem with a div not acting as it should, below i will add the CSS and HTML and also a screenshot for you to see how it acts

####HTML####
<div id="acplinkbottom">
ACP
</div>

#### CSS ####
#acplinkbottom {
display: block;
width: auto;
height: auto;
position: absolute;
bottom: 5px;
right: 8px;
z-index: 1500;
}