Home › Forums › CSS › Position Images with links CS-Cart › Reply To: Position Images with links CS-Cart
September 17, 2014 at 6:24 am
#183372
Member
Perhaps you could make a reduced case in Codepen.io but this
.RoundAccountabilityButton {
position: absolute;
top: 1185px;
left: 489px;
z-index: 3;
}
has some very large numbers which indicates to me that there is a layout issue. You shouldn’t need to position something that much.